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