Files

10 lines
140 B
C#
Raw Permalink Normal View History

2023-09-28 06:48:50 -04:00
using Content.Shared.Armor;
namespace Content.Client.Armor;
/// <inheritdoc/>
public sealed class ArmorSystem : SharedArmorSystem
{
}