Cleans up warnings in disposals (#17419)
This commit is contained in:
@@ -67,5 +67,11 @@ namespace Content.Server.Disposal.Unit.Components
|
||||
|
||||
[DataField("air")]
|
||||
public GasMixture Air { get; set; } = new(Atmospherics.CellVolume);
|
||||
|
||||
[ViewVariables]
|
||||
public TimeSpan NextFlush = TimeSpan.MaxValue;
|
||||
|
||||
[ViewVariables]
|
||||
public bool AutoFlushing = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user