Пример #1
0
 ///<inheritdoc cref="IQuestCommand"/>
 public bool Execute(Quest quest)
 {
     _questTree.Update(quest);
     return(true);
 }