- add: Enhanced vision refactor. (#471)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using Content.Shared._Miracle.Systems;
|
||||
using Content.Shared._White.Overlays;
|
||||
|
||||
namespace Content.Server._Miracle.Systems;
|
||||
|
||||
public sealed class NightVisionSystem : SharedNightVisionSystem
|
||||
public sealed class NightVisionSystem : SharedEnhancedVisionSystem<NightVisionComponent, TemporaryNightVisionComponent,
|
||||
ToggleNightVisionEvent>
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user