Files
tbd-station-14/Content.Server/Movement/Components/ActiveLagCompensationComponent.cs

11 lines
270 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 partial class ActiveLagCompensationComponent : Component
{
}