Пример #1
0
 public bool isQuestFinalStage(QuestData q)
 {
     return(q.CurrentStage == (Stages.Count - 1));
 }