mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
LagCompensator: preview notice
This commit is contained in:
parent
daf3e606da
commit
50c1cb71bb
@ -34,6 +34,7 @@ public static Capture3D Interpolate(Capture3D from, Capture3D to, double t) =>
|
||||
public override string ToString() => $"(time={timestamp} pos={position} size={size})";
|
||||
}
|
||||
|
||||
[Obsolete("This is a preview version. Community feedback is welcome!")]
|
||||
public class LagCompensator : NetworkBehaviour
|
||||
{
|
||||
[Header("Components")]
|
||||
|
Loading…
Reference in New Issue
Block a user