using Robust.Shared.GameStates; namespace Content.Shared.Light.Components; /// /// Enables / disables pointlight whenever entities are contacting with it /// [RegisterComponent, NetworkedComponent] public sealed partial class LightOnCollideComponent : Component { }