Exemple #1
0
 ///<inheritdoc cref="IQuestCommand"/>
 public bool Undo(Quest quest)
 {
     _questTree.RevertUpdate(quest);
     return(true);
 }