Example #1
0
 //TODO: move to character or game manager
 private void LevelUp(Goblin gob, Character.Stat stat)
 {
     stat.LevelUp();
 }