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