using Robust.Shared.GameStates; namespace Content.Shared.Light.Components; /// /// Can activate when collided with. /// [RegisterComponent, NetworkedComponent] public sealed partial class LightOnCollideColliderComponent : Component { [DataField] public string FixtureId = "lightTrigger"; }