Beispiel #1
0
 private void OnGasVentPumpEnterAtmosphere(EntityUid uid, GasVentPumpComponent component, AtmosDeviceEnabledEvent args)
 {
     UpdateState(uid, component);
 }
 private void OnVentScrubberEnterAtmosphere(EntityUid uid, GasVentScrubberComponent component,
                                            AtmosDeviceEnabledEvent args) => UpdateState(uid, component);