Add Delivery Manager logic and random recipe request generation
This commit is contained in:
parent
7e1cbafa47
commit
8c5f4f2acf
21 changed files with 360 additions and 13 deletions
18
Assets/ScriptableObjects/RecipeSO/Salad.asset
Normal file
18
Assets/ScriptableObjects/RecipeSO/Salad.asset
Normal file
|
@ -0,0 +1,18 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: cd1640ffe24e9eb469a834432b0eaf46, type: 3}
|
||||
m_Name: Salad
|
||||
m_EditorClassIdentifier:
|
||||
kitchenObjectSoList:
|
||||
- {fileID: 11400000, guid: 109b320dd13683c4abc574781815cbbd, type: 2}
|
||||
- {fileID: 11400000, guid: f00d7c6ba063ee6448dd26fac2bf4ce4, type: 2}
|
||||
recipeName: Salad
|
Reference in a new issue