コード例 #1
0
 public void LevelUpBtnClicked()
 {
     //add enough xp for the player to levelup
     active_unit.AddExperience(unit_control_script.XP_NEEDED_FOR_LEVEL);
 }