Adds missing gas canisters and improves the UI (#2794)
* Adds missing gas canisters and improves the UI * Pad the label
This commit is contained in:
@@ -111,5 +111,12 @@ namespace Content.Client.GameObjects.Components.Atmos
|
||||
|
||||
_window?.UpdateState(cast);
|
||||
}
|
||||
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
base.Dispose(disposing);
|
||||
if (!disposing) return;
|
||||
_window?.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user