Ejemplo n.º 1
0
 public virtual void ExecutePlayerReady(PlayerReadyCommand command)
 {
     command.Sender = Player;
     Player.PlayerReady.OnNext(command);
 }
Ejemplo n.º 2
0
 public virtual void PlayerReadyHandler(PlayerReadyCommand command)
 {
     this.PlayerReady(command.Sender as PlayerViewModel);
 }