10 lines
192 B
C#
10 lines
192 B
C#
using Content.Shared.Clothing;
|
|
using Content.Shared.Movement.EntitySystems;
|
|
|
|
namespace Content.Client.Clothing
|
|
{
|
|
public sealed class MagbootsSystem : SharedMagbootsSystem
|
|
{
|
|
}
|
|
}
|