public void addItemConsumable(ItemData item) { GameDatabaseStatic.addItemConsumable(item); itemOnAdd?.Invoke(this, EventArgs.Empty); }