Files

9 lines
130 B
C#
Raw Permalink Normal View History

using Content.Shared.Stealth;
namespace Content.Server.Stealth;
public sealed class StealthSystem : SharedStealthSystem
{
}