Пример #1
0
 private static void CheckToSeeIfPlayerLeveled()
 {
     if (GameInformation.BasePlayer.CurrentXP >= GameInformation.BasePlayer.RequiredXP)
     {
         levelUpScript.levelUpCharacter();
         //Create lvl up script
     }
 }