Add cutting progression AKA cutting multiple times
This commit is contained in:
parent
12d1640f38
commit
8194937cd8
6 changed files with 34 additions and 13 deletions
|
@ -8,5 +8,6 @@ public class CuttingRecipeSO : ScriptableObject
|
|||
|
||||
public KitchenObjectSO input;
|
||||
public KitchenObjectSO output;
|
||||
public int cuttingProgressMax;
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue