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