Files
OldThink/Content.Shared/_White/Overlays/ThermalBlockerComponent.cs

9 lines
184 B
C#
Raw Permalink Normal View History

2024-07-22 14:24:00 +00:00
using Robust.Shared.GameStates;
namespace Content.Shared._White.Overlays;
[RegisterComponent, NetworkedComponent]
public sealed partial class ThermalBlockerComponent : Component
{
}