6
2025-11-12 10:55:00 +03:00

10 lines
278 B
C#

using Content.Shared.Jittering;
namespace Content.Server.Jittering
{
public sealed class JitteringSystem : SharedJitteringSystem
{
// This entity system only exists on the server so it will be registered, otherwise we can't use SharedJitteringSystem...
}
}