Exemple #1
0
 protected virtual void UnpauseThisScreen()
 {
     InstructionManager.UnpauseEngine();
     this.IsPaused = false;
 }
Exemple #2
0
 public virtual void UnpauseThisScreen()
 {
     InstructionManager.UnpauseEngine();
     Math.Collision.CollisionManager.Self.IsPausedByScreen = false;
     this.IsPaused = false;
 }