6
2026-01-24 12:49:55 +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...
}
}