Player can hold shopping basket

This commit is contained in:
Vladimir Koshevarov
2023-03-05 13:37:50 +02:00
parent 5e4be5be1c
commit 905d159f4e
29 changed files with 2576 additions and 160 deletions
@@ -6,4 +6,5 @@ public class ContainerSO : ScriptableObject
public string Name;
public int MaxCapacity;
public int CurrentItemsCount;
public Transform prefab;
}