Files
OldThink/Content.Client/Revenant/CorporealSystem.cs

9 lines
150 B
C#
Raw Permalink Normal View History

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