merge joonasp joonasty

This commit is contained in:
HelarJ
2022-04-11 18:56:51 +03:00
parent cd1633af54
commit ec2dd764d4
11 changed files with 36526 additions and 348 deletions

View File

@@ -10,6 +10,7 @@ public class ItemData : MonoBehaviour
public bool canStack;
public string itemName;
public string itemDescription;
public GameObject prefab;
public override string ToString()
{