Fix gas analyzer and anom scanner wrong state (#38285)

* Fix gas analyzer and anomaly scanner UI activation issue

* save

* fix comment

* milkalyzer
This commit is contained in:
themias
2025-06-12 17:16:07 -04:00
committed by GitHub
parent 570accb102
commit 19271e6bc9
5 changed files with 35 additions and 46 deletions

View File

@@ -94,12 +94,6 @@ public sealed partial class GasAnalyzerComponent : Component
("gasAmount", Amount));
}
}
[Serializable, NetSerializable]
public sealed class GasAnalyzerDisableMessage : BoundUserInterfaceMessage
{
}
}
[Serializable, NetSerializable]