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

10 lines
274 B
C#

using Content.Shared._Miracle.Systems;
using Content.Shared._White.Overlays;
namespace Content.Server._Miracle.Systems;
public sealed class NightVisionSystem : SharedEnhancedVisionSystem<NightVisionComponent, TemporaryNightVisionComponent,
ToggleNightVisionEvent>
{
}