public virtual void ExecuteFinishCurrentLevel(FinishCurrentLevelCommand command) {
     command.Sender = LevelRoot;
     LevelRoot.FinishCurrentLevel.OnNext(command);
 }
예제 #2
0
 public virtual void FinishCurrentLevelHandler(FinishCurrentLevelCommand command)
 {
     this.FinishCurrentLevel(command.Sender as LevelRootViewModel);
 }
예제 #3
0
 public virtual void FinishCurrentLevelHandler(FinishCurrentLevelCommand command)
 {
     this.FinishCurrentLevel(command.Sender as LevelRootViewModel);
 }
예제 #4
0
 public virtual void ExecuteFinishCurrentLevel(FinishCurrentLevelCommand command)
 {
     command.Sender = LevelRoot;
     LevelRoot.FinishCurrentLevel.OnNext(command);
 }