public virtual void ExecuteRootMatchBegan(RootMatchBeganCommand command)
 {
     command.Sender = CoreGameRoot;
     CoreGameRoot.RootMatchBegan.OnNext(command);
 }
Esempio n. 2
0
 public virtual void RootMatchBeganHandler(RootMatchBeganCommand command)
 {
     this.RootMatchBegan(command.Sender as CoreGameRootViewModel);
 }