Files
tbd-station-14/Content.Client/Armor/ArmorSystem.cs
2023-09-28 20:48:50 +10:00

10 lines
140 B
C#

using Content.Shared.Armor;
namespace Content.Client.Armor;
/// <inheritdoc/>
public sealed class ArmorSystem : SharedArmorSystem
{
}