mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
* Fixes construction graphs proccing while being microwaved * git those indents in line * We knew we were missing something! (cherry picked from commit f5c40c362306f0c2437f39b6968ae637112aaf4e)
12 lines
257 B
C#
12 lines
257 B
C#
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
|
|
{
|
|
}
|