示例#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);
 }