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:
@@ -7,4 +7,10 @@ public abstract partial class SharedApcPowerReceiverComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
public bool Powered;
|
||||
|
||||
[ViewVariables]
|
||||
public virtual bool NeedsPower { get; set; }
|
||||
|
||||
[ViewVariables]
|
||||
public virtual bool PowerDisabled { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user