- add: Toggleable night vision (#31)
* - add: Toggleable night vision * - add: Add death squad huds & night vision
This commit is contained in:
7
Content.Server/_Miracle/Systems/NightVisionSystem.cs
Normal file
7
Content.Server/_Miracle/Systems/NightVisionSystem.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Content.Shared._Miracle.Systems;
|
||||
|
||||
namespace Content.Server._Miracle.Systems;
|
||||
|
||||
public sealed class NightVisionSystem : SharedNightVisionSystem
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user