ArmorSystem.cs 140 B

123456789
  1. using Content.Shared.Armor;
  2. namespace Content.Client.Armor;
  3. /// <inheritdoc/>
  4. public sealed class ArmorSystem : SharedArmorSystem
  5. {
  6. }