2021-11-07 22:17:35 -07:00
|
|
|
|
using Content.Shared.Clothing;
|
|
|
|
|
|
using Content.Shared.Movement.EntitySystems;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Content.Client.Clothing
|
|
|
|
|
|
{
|
2022-02-26 18:24:08 +13:00
|
|
|
|
public sealed class MagbootsSystem : SharedMagbootsSystem
|
2021-11-07 22:17:35 -07:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|