mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
10 lines
278 B
C#
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...
|
|
}
|
|
}
|