Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -12,7 +12,7 @@ using Robust.Shared.Localization;
|
||||
namespace Content.Client.Atmos.Monitor.UI.Widgets
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class ThresholdControl : BoxContainer
|
||||
public sealed partial class ThresholdControl : BoxContainer
|
||||
{
|
||||
private AtmosAlarmThreshold _threshold;
|
||||
private AtmosMonitorThresholdType _type;
|
||||
@@ -151,7 +151,7 @@ namespace Content.Client.Atmos.Monitor.UI.Widgets
|
||||
}
|
||||
|
||||
|
||||
private class ThresholdBoundControl : BoxContainer
|
||||
private sealed class ThresholdBoundControl : BoxContainer
|
||||
{
|
||||
// raw values to use in thresholds, prefer these
|
||||
// over directly setting Modified(Value/LastValue)
|
||||
|
||||
Reference in New Issue
Block a user