Adds jittering. (#4809)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
committed by
GitHub
parent
05cd30b564
commit
67fd509c9f
9
Content.Server/Jittering/JitteringSystem.cs
Normal file
9
Content.Server/Jittering/JitteringSystem.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Content.Shared.Jittering;
|
||||
|
||||
namespace Content.Server.Jittering
|
||||
{
|
||||
public class JitteringSystem : SharedJitteringSystem
|
||||
{
|
||||
// This entity system only exists on the server so it will be registered, otherwise we can't use SharedJitteringSystem...
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user