Delta-v/Content.Client/Revenant/CorporealSystem.cs

9 lines
150 B
C#

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