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