Remove ActiveLagComp (#19572)

This commit is contained in:
metalgearsloth
2023-08-27 14:35:52 +10:00
committed by GitHub
parent 8195690b8c
commit 33e15145ba
2 changed files with 3 additions and 17 deletions

View File

@@ -1,10 +0,0 @@
namespace Content.Server.Movement.Components;
/// <summary>
/// Track lag compensation components that may need to have their data culled for memory reasons.
/// </summary>
[RegisterComponent]
public sealed partial class ActiveLagCompensationComponent : Component
{
}