Files
OldThink/Content.Shared/_White/Overlays/ThermalBlockerComponent.cs
2024-07-22 17:24:00 +03:00

9 lines
184 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._White.Overlays;
[RegisterComponent, NetworkedComponent]
public sealed partial class ThermalBlockerComponent : Component
{
}