2024-02-07 00:40:41 +09:00
|
|
|
using Content.Shared._Miracle.Systems;
|
2024-07-21 11:30:47 +00:00
|
|
|
using Content.Shared._White.Overlays;
|
2024-02-07 00:40:41 +09:00
|
|
|
|
|
|
|
|
namespace Content.Server._Miracle.Systems;
|
|
|
|
|
|
2024-07-21 11:30:47 +00:00
|
|
|
public sealed class NightVisionSystem : SharedEnhancedVisionSystem<NightVisionComponent, TemporaryNightVisionComponent,
|
|
|
|
|
ToggleNightVisionEvent>
|
2024-02-07 00:40:41 +09:00
|
|
|
{
|
|
|
|
|
}
|