* Movement acceleration * tweaks * Weightless refactor coz fuck it * CCVars * weightless movement tweaks * Some cleanup while I'm here * dorkpacks * thanks fork * fixes * zoomies * toggles * hmm * yamls * b * so true * Effects refactor * namespace * review
9 lines
147 B
C#
9 lines
147 B
C#
using Content.Shared.Clothing;
|
|
|
|
namespace Content.Client.Clothing
|
|
{
|
|
public sealed class MagbootsSystem : SharedMagbootsSystem
|
|
{
|
|
}
|
|
}
|