namespace Content.Shared.Light.Components; /// /// A component which applies a specific behaviour to a PointLightComponent on its owner. /// public abstract partial class SharedLightBehaviourComponent : Component { }