Files
OldThink/Content.Server/_White/Lighting/PointLightBatteryComponent.cs
ThereDrD0 8ccf29a2fc Световые приколы (#200)
* add: new visuals to health analyzer and new graphic funny light

* fix: fix pointlight and analyzer visuals
2024-03-16 18:30:57 +03:00

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;
}