using Content.Shared.Light.Component; namespace Content.Server.Light.Components { /// /// A component which applies a specific behaviour to a PointLightComponent on its owner. /// [RegisterComponent] public sealed class LightBehaviourComponent : SharedLightBehaviourComponent { } }