* add: new visuals to health analyzer and new graphic funny light * fix: fix pointlight and analyzer visuals
9 lines
227 B
C#
9 lines
227 B
C#
namespace Content.Server._White.Lighting;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class PointLightBatteryComponent : Component
|
|
{
|
|
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
|
public bool RequireBattery = true;
|
|
}
|