diff --git a/Lidgren.Network/NetConnection.Latency.cs b/Lidgren.Network/NetConnection.Latency.cs index 69e9038..8f43eee 100644 --- a/Lidgren.Network/NetConnection.Latency.cs +++ b/Lidgren.Network/NetConnection.Latency.cs @@ -16,7 +16,9 @@ namespace Lidgren.Network /// Gets the current average roundtrip time in seconds /// public float AverageRoundtripTime { get { return m_averageRoundtripTime; } } - + + public float RemoteTimeOffset { get { return (float)m_remoteTimeOffset; } } + // this might happen more than once internal void InitializeRemoteTimeOffset(float remoteSendTime) {