2024-07-19 16:27:01 +00:00
|
|
|
using Content.Shared._Miracle.Systems;
|
2024-07-21 11:30:47 +00:00
|
|
|
using Content.Shared._White.Overlays;
|
2024-07-19 16:27:01 +00:00
|
|
|
|
|
|
|
|
namespace Content.Server._Miracle.Systems;
|
|
|
|
|
|
2024-07-21 11:30:47 +00:00
|
|
|
public sealed class ThermalVisionSystem : SharedEnhancedVisionSystem<ThermalVisionComponent,
|
|
|
|
|
TemporaryThermalVisionComponent, ToggleThermalVisionEvent>
|
2024-07-19 16:27:01 +00:00
|
|
|
{
|
|
|
|
|
}
|