예제 #1
0
파일: ArenaQuest.cs 프로젝트: lulook23/WTG
 public void Win()
 {
     iquest.enemy_defeated_index = iquest.enemy_index;
     iquest.enemy_index++;
     preparedToBattle = false;
     main_character.AddMoney(win_scores [iquest.enemy_defeated_index]);
     iquest.cost_getted_index = iquest.enemy_defeated_index;
 }