10 lines
140 B
C#
10 lines
140 B
C#
|
|
using Content.Shared.Armor;
|
|||
|
|
|
|||
|
|
namespace Content.Client.Armor;
|
|||
|
|
|
|||
|
|
/// <inheritdoc/>
|
|||
|
|
public sealed class ArmorSystem : SharedArmorSystem
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|