Fixes construction graphs proccing while being microwaved (#23835)
* Fixes construction graphs proccing while being microwaved * git those indents in line * We knew we were missing something!
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user