mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-23 16:48:10 +03:00
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
|
|
{
|
|
}
|
|
}
|