using Robust.Shared.GameStates; namespace Content.Shared.Kitchen.Components; /// /// Used to mark entities that are currently hooked on the spike. /// [RegisterComponent, NetworkedComponent] [Access(typeof(SharedKitchenSpikeSystem))] public sealed partial class KitchenSpikeHookedComponent : Component;