Files
crystall-punk-14/Content.Server/Kitchen/Components/ActivelyMicrowavedComponent.cs

12 lines
257 B
C#
Raw Permalink Normal View History

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