using Content.Shared.Kitchen; namespace Content.Server.Kitchen.Components; /// /// Attached to an object that's actively being microwaved /// [RegisterComponent] public sealed partial class ActivelyMicrowavedComponent : Component { }