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