namespace Content.Shared.Light.Component { /// /// A component which applies a specific behaviour to a PointLightComponent on its owner. /// public class SharedLightBehaviourComponent : Robust.Shared.GameObjects.Component { public override string Name => "LightBehaviour"; } }