Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -3,7 +3,7 @@ using Robust.Shared.Map;
|
||||
namespace Content.Server.Movement.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class LagCompensationComponent : Component
|
||||
public sealed partial class LagCompensationComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
public readonly Queue<ValueTuple<TimeSpan, EntityCoordinates, Angle>> Positions = new();
|
||||
|
||||
Reference in New Issue
Block a user