ACR_ServerCommunicator.ServerLatencyMeasurer.PingState.PingState C# (CSharp) 메소드

PingState() 공개 메소드

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