Example #1
0
 public override void Run()
 {
     eventSystem.FireEvent(typeof(RestartGameEvent));
 }
Example #2
0
 public override void Run()
 {
     eventSystem.FireEvent(typeof(MazeStartedEvent));
 }
 public override void Run()
 {
     eventSystem.FireEvent(typeof(ShowGameOptionsEvent));
 }
Example #4
0
 public override void Run()
 {
     eventSystem.FireEvent(typeof(PauseGameEvent));
 }