LagCompensator: preview notice

This commit is contained in:
mischa 2024-02-26 08:56:43 +01:00 committed by MrGadget
parent daf3e606da
commit 50c1cb71bb

View File

@ -34,6 +34,7 @@ public static Capture3D Interpolate(Capture3D from, Capture3D to, double t) =>
public override string ToString() => $"(time={timestamp} pos={position} size={size})"; public override string ToString() => $"(time={timestamp} pos={position} size={size})";
} }
[Obsolete("This is a preview version. Community feedback is welcome!")]
public class LagCompensator : NetworkBehaviour public class LagCompensator : NetworkBehaviour
{ {
[Header("Components")] [Header("Components")]