You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-16 07:06:30 +09:00
Exposed RemoteTimeOffset
This commit is contained in:
@@ -16,7 +16,9 @@ namespace Lidgren.Network
|
||||
/// Gets the current average roundtrip time in seconds
|
||||
/// </summary>
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user