Don't have an account? Sign Up
struct SInternetSimulatorStats { uint32 m_packetSends; uint32 m_packetDrops; uint32 m_lastPacketLag; };
INetwork.h
uint32 m_lastPacketLag;
uint32 m_packetDrops;
uint32 m_packetSends;
SInternetSimulatorStats();