ClothingSystem.cs 144 B

1234567
  1. using Content.Shared.Clothing.EntitySystems;
  2. namespace Content.Server.Clothing;
  3. public sealed class ServerClothingSystem : ClothingSystem
  4. {
  5. }