Predicted armor (#20560)

This commit is contained in:
Nemanja
2023-09-28 06:48:50 -04:00
committed by GitHub
parent 9ad551e3dd
commit b052e0f242
7 changed files with 135 additions and 124 deletions

View File

@@ -0,0 +1,9 @@
using Content.Shared.Armor;
namespace Content.Client.Armor;
/// <inheritdoc/>
public sealed class ArmorSystem : SharedArmorSystem
{
}