Files

8 lines
163 B
C#
Raw Permalink Normal View History

2025-03-21 02:20:37 +05:00
using Content.Shared.Revenant.EntitySystems;
2022-08-13 09:49:41 -04:00
namespace Content.Server.Revenant.EntitySystems;
public sealed class CorporealSystem : SharedCorporealSystem
2022-08-13 09:49:41 -04:00
{
}