Ejemplo n.º 1
0
 private void ChangeTire(PitCommandModeTypes type, int pressure)
 {
     Broadcast(BroadcastMessageTypes.PitCommand, (int)type, pressure);
 }
 private void ChangeTire(PitCommandModeTypes type, int pressure)
 {
     Broadcast(BroadcastMessageTypes.PitCommand, (int)type, pressure);
 }