Cleanup some misc warnings (#37904)
* Fix warning CS8524 for TurretControllerWindow * Fix warning CS0660 for AtmosAlarmThreshold
This commit is contained in:
@@ -115,6 +115,7 @@ public sealed partial class TurretControllerWindow : BaseWindow
|
||||
TurretArmamentSetting.Safe => SafeButton,
|
||||
TurretArmamentSetting.Stun => StunButton,
|
||||
TurretArmamentSetting.Lethal => LethalButton,
|
||||
_ => throw new NotImplementedException(),
|
||||
};
|
||||
setPressedOn.Pressed = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user