Removed currency ammount

This commit is contained in:
Pasha Bibko
2026-04-28 16:07:09 +01:00
parent 61c3123bf9
commit 631d5691ff
8 changed files with 23 additions and 68 deletions

View File

@@ -70,8 +70,9 @@ namespace Fruitomation.Game.Items
[SerializeField] private CustomBehaviourType CustomBehaviour;
public bool OverrideCost;
public double Cost;
public GameObject Prefab;
public float BaseItemValue;
public CustomItemBehaviour GetCustomBehaviour()
{