ACR_ServerCommunicator.ServerLatencyMeasurer.PingState.PingState C# (CSharp) Method

PingState() public method

Construct a new PingState object.
public PingState ( uint PCObjectId, int TickCount ) : System
PCObjectId uint Supplies the player id.
TickCount int Supplies the tick count.
return System
            public PingState(uint PCObjectId, int TickCount)
            {
                this.PCObjectId = PCObjectId;
                this.TickCount = TickCount;
            }
ServerLatencyMeasurer.PingState