Player can hold shopping basket
This commit is contained in:
@@ -6,4 +6,5 @@ public class ContainerSO : ScriptableObject
|
||||
public string Name;
|
||||
public int MaxCapacity;
|
||||
public int CurrentItemsCount;
|
||||
public Transform prefab;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user