Made item sprites able to be easily changed

This commit is contained in:
2026-04-18 13:29:21 +01:00
parent 97a1659359
commit b412c35d28
5 changed files with 46 additions and 16 deletions

View File

@@ -18,6 +18,8 @@ namespace Fruitomation.Game.Items
[Serializable] public class ItemInfo
{
public ItemType Type;
public GameObject Prefab;
public float MinMoney;
public float MaxMoney;
}