Files
OldThink/Content.Server/_Miracle/Systems/NightVisionSystem.cs

8 lines
152 B
C#
Raw Normal View History

using Content.Shared._Miracle.Systems;
namespace Content.Server._Miracle.Systems;
public sealed class NightVisionSystem : SharedNightVisionSystem
{
}