示例#1
0
 public override void Execute()
 {
     // Shouldn't be null, bust just in case
     // Do nothing and it'll advance next turn
     base.Execute();
     Source.ActionCompleted();
 }