Files
tbd-station-14/Content.Client/Clothing/MagbootsSystem.cs
2023-04-22 20:42:36 +10:00

9 lines
131 B
C#

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