Exemple #1
0
 public void addItemWand(ItemData item)
 {
     GameDatabaseStatic.addItemWand(item);
     itemOnAdd?.Invoke(this, EventArgs.Empty);
 }