Cardboard Box and Stealth Components (#11569)

This commit is contained in:
keronshb
2022-10-09 18:17:53 -04:00
committed by GitHub
parent eadf01f323
commit 386c7f9223
16 changed files with 643 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
using Content.Shared.Stealth;
namespace Content.Server.Stealth;
public sealed class StealthSystem : SharedStealthSystem
{
}