Files
OldThink/Content.Server/_Miracle/Systems/ThermalVisionSystem.cs
2024-07-21 14:30:47 +03:00

10 lines
282 B
C#

using Content.Shared._Miracle.Systems;
using Content.Shared._White.Overlays;
namespace Content.Server._Miracle.Systems;
public sealed class ThermalVisionSystem : SharedEnhancedVisionSystem<ThermalVisionComponent,
TemporaryThermalVisionComponent, ToggleThermalVisionEvent>
{
}