using Robust.Shared.GameStates; namespace Content.Shared.IgnitionSource.Components; /// /// Component for entities that light matches when they interact. (E.g. striking the match on the matchbox) /// [RegisterComponent, NetworkedComponent] public sealed partial class MatchboxComponent : Component;