Files
tbd-station-14/Content.Client/Clothing/MagbootsSystem.cs

10 lines
192 B
C#

using Content.Shared.Clothing;
using Content.Shared.Movement.EntitySystems;
namespace Content.Client.Clothing
{
public sealed class MagbootsSystem : SharedMagbootsSystem
{
}
}