Ejemplo n.º 1
0
 private void DoCarReset(object sender, ControllerInteractionEventArgs e)
 {
     rcCarScript.ResetCar();
 }
Ejemplo n.º 2
0
 private void DoApplicationMenuPressed(object sender, ControllerInteractionEventArgs e)
 {
     rcCarScript.ResetCar();
 }