예제 #1
0
 public virtual void ExecuteTurnNext(TurnNextCommand command)
 {
     command.Sender = CoreGameRoot;
     CoreGameRoot.TurnNext.OnNext(command);
 }
예제 #2
0
 public virtual void TurnNextHandler(TurnNextCommand command)
 {
     this.TurnNext(command.Sender as CoreGameRootViewModel);
 }