9 lines
131 B
C#
9 lines
131 B
C#
using Content.Shared.Clothing;
|
|
|
|
namespace Content.Client.Clothing;
|
|
|
|
public sealed class MagbootsSystem : SharedMagbootsSystem
|
|
{
|
|
|
|
}
|