Files
OldThink/Content.Server/_Miracle/Systems/ThermalVisionSystem.cs

10 lines
282 B
C#
Raw Permalink Normal View History

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