Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -2,7 +2,7 @@ using Content.Shared.Jittering;
|
||||
|
||||
namespace Content.Server.Jittering
|
||||
{
|
||||
public class JitteringSystem : SharedJitteringSystem
|
||||
public sealed 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