Carcat night vision (#1046)

* carcat night vision

* Update nightVision.yml
This commit is contained in:
Ed
2025-03-21 16:53:59 +03:00
committed by GitHub
parent a951193dba
commit 52e6e9b28f
7 changed files with 147 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
using Content.Shared._CP14.NightVision;
namespace Content.Server._CP14.NightVision;
public sealed class CP14NightVisionSystem : CP14SharedNightVisionSystem
{
}