Made item sprites able to be easily changed
This commit is contained in:
@@ -18,6 +18,8 @@ namespace Fruitomation.Game.Items
|
||||
[Serializable] public class ItemInfo
|
||||
{
|
||||
public ItemType Type;
|
||||
|
||||
public GameObject Prefab;
|
||||
public float MinMoney;
|
||||
public float MaxMoney;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user