예제 #1
0
 ///<inheritdoc cref="IQuestCommand"/>
 public bool Commit()
 {
     _questTree.Save();
     return(true);
 }
예제 #2
0
 ///<inheritdoc cref="ICommand"/>
 public virtual bool Commit()
 {
     QuestTree.Save();
     return(true);
 }