Пример #1
0
 public void addItemBook(ItemData item)
 {
     GameDatabaseStatic.addItemBook(item);
     itemOnAdd?.Invoke(this, EventArgs.Empty);
 }