- tweak: Thermal tweaks. (#477)

This commit is contained in:
Aviu00
2024-07-22 14:24:00 +00:00
committed by GitHub
parent 05e7b356f4
commit a8ffd3280a
4 changed files with 30 additions and 3 deletions

View File

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