Ejemplo n.º 1
0
 /// <summary>
 /// Method used to update help page.
 /// </summary>
 /// <returns></returns>
 public override void Update()
 {
     KeyboardHandler.AnyKey(() =>
     {
         this.FireOptionChosen(this);
     });
 }