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