Predict some power PowerReceiver stuff (#33834)

* Predict some power PowerReceiver stuff

Need it for some atmos device prediction.

* Also this
This commit is contained in:
metalgearsloth
2025-03-10 13:00:49 +11:00
committed by GitHub
parent 6689cae5a1
commit 75a7407e33
9 changed files with 96 additions and 61 deletions

View File

@@ -6,4 +6,6 @@ namespace Content.Shared.Power.Components;
public sealed class ApcPowerReceiverComponentState : ComponentState
{
public bool Powered;
public bool NeedsPower;
public bool PowerDisabled;
}