Inheritance: System.EventArgs
Ejemplo n.º 1
0
 private void OnGameStarted(object sender, GameStartedArgs e) {
     if (SettingsHolder.Drive.RhmIntegration && !NonCmInstanceRunned()) {
         Active = true;
         KeepRunning();
     }
 }
Ejemplo n.º 2
0
 private void GameWrapper_Started(object sender, GameStartedArgs e) {
     _raceStartedByCm = true;
 }