GameServer Control TimeSyncResponse - themeldingwars/Documentation GitHub Wiki

[MessageID(5)]
struct TimeSyncResponse {
	ControlPacket BaseHeader;
	ulong ClientTime; // Unix millis?
	ulong ServerTime; // UTC Unix TS micros?
}