Files
OldThink/Content.Server/Revenant/EntitySystems/CorporealSystem.cs
2025-03-21 02:20:37 +05:00

8 lines
163 B
C#

using Content.Shared.Revenant.EntitySystems;
namespace Content.Server.Revenant.EntitySystems;
public sealed class CorporealSystem : SharedCorporealSystem
{
}