Пример #1
0
 /// <summary>
 /// Traverse to root of current quest hierarchy.
 /// </summary>
 public bool TraverseToRoot()
 {
     return(QuestListModel.TraverseToRoot());
 }