예제 #1
0
 public void IncreaseXP(int xp)
 {
     characterDefinition.GiveXP(xp);
 }