Пример #1
0
 public virtual void ExecuteRootMatchOver(RootMatchOverCommand command)
 {
     command.Sender = CoreGameRoot;
     CoreGameRoot.RootMatchOver.OnNext(command);
 }
Пример #2
0
 public virtual void RootMatchOverHandler(RootMatchOverCommand command)
 {
     this.RootMatchOver(command.Sender as CoreGameRootViewModel);
 }