9 lines
130 B
C#
9 lines
130 B
C#
using Content.Shared.Stealth;
|
|
|
|
namespace Content.Server.Stealth;
|
|
|
|
public sealed class StealthSystem : SharedStealthSystem
|
|
{
|
|
|
|
}
|