8 lines
152 B
C#
8 lines
152 B
C#
|
|
using Content.Shared._Miracle.Systems;
|
||
|
|
|
||
|
|
namespace Content.Server._Miracle.Systems;
|
||
|
|
|
||
|
|
public sealed class NightVisionSystem : SharedNightVisionSystem
|
||
|
|
{
|
||
|
|
}
|