Beispiel #1
0
 public void PickUp(ManaPickup stats, PlayerStatsControll player)
 {
 }
Beispiel #2
0
 public void PickUp(ManaPickup stats, PlayerStatsControll player)
 {
     player.Mana += _manaValue;
     Destroy(gameObject);
 }