CorporealSystem.cs 150 B

12345678
  1. using Content.Shared.Revenant.EntitySystems;
  2. namespace Content.Client.Revenant;
  3. public sealed class CorporealSystem : SharedCorporealSystem
  4. {
  5. }