Predict StorageComponent (#19682)
This commit is contained in:
@@ -48,7 +48,7 @@ public sealed class AirAlarmBoundUserInterface : BoundUserInterface
|
||||
{
|
||||
SendMessage(new AirAlarmUpdateDeviceDataMessage(address, data));
|
||||
}
|
||||
|
||||
|
||||
private void OnDeviceDataCopied(IAtmosDeviceData data)
|
||||
{
|
||||
SendMessage(new AirAlarmCopyDeviceDataMessage(data));
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace Content.Client.Atmos.UI
|
||||
|
||||
[ViewVariables]
|
||||
private float _maxTemp = 0.0f;
|
||||
|
||||
|
||||
[ViewVariables]
|
||||
private bool _isHeater = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user