Predict PoweredLights (#36541)
* Move PoweredLight to shared * Predict the rest of the owl * reacher * compinit & anim * Fix names * Revert this? * Fix these * chicken drummies * deita * Fix * review * fix * fixes * fix PVS weirdness --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -19,4 +19,7 @@ public abstract partial class SharedApcPowerReceiverComponent : Component
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public virtual bool PowerDisabled { get; set; }
|
||||
|
||||
// Doesn't actually do anything on the client just here for shared code.
|
||||
public abstract float Load { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user