Add UI over plate to down plated ingreedients
This commit is contained in:
parent
16b86e4ec4
commit
ef24f6f0e8
11 changed files with 650 additions and 1983 deletions
|
@ -43,4 +43,9 @@ public class PlateKitchenObject : KitchenObject
|
|||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
public List<KitchenObjectSO> GetKitchenObjectSOList()
|
||||
{
|
||||
return kitchenObjectSOList;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue