Delta-v/Content.Server/Movement/Components/ActiveLagCompensationCompon...

11 lines
262 B
C#

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 class ActiveLagCompensationComponent : Component
{
}