示例#1
0
 ///<inheritdoc/>
 public override bool Undo()
 {
     QuestTree.AddChild(_parent, _toDelete);
     return(true);
 }
示例#2
0
 ///<inheritdoc/>
 public override bool Execute()
 {
     QuestTree.AddChild(Parent, ChildToAdd);
     return(true);
 }