Beispiel #1
0
 public void fire(Entity me, GameState environment)
 {
     me.Stats.Levels -= 1;
     target.levelUp();
 }