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