Exemplo n.º 1
0
 public virtual void ExecutePlayerLeave(PlayerLeaveCommand command)
 {
     command.Sender = CoreGameRoot;
     CoreGameRoot.PlayerLeave.OnNext(command);
 }
Exemplo n.º 2
0
 public virtual void PlayerLeaveHandler(PlayerLeaveCommand command)
 {
     this.PlayerLeave(command.Sender as CoreGameRootViewModel);
 }