Exemple #1
0
 public override void CheckGameInputs()
 {
     if (this.OnCheckGameInputs != null)
     {
         this.OnCheckGameInputs(this.GetEventArgs());
     }
     stage.CheckGameInputs();
 }