Files
OldThink/Content.Client/Armor/ArmorSystem.cs

10 lines
140 B
C#
Raw 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
{
}