// Token: 0x0600400B RID: 16395 RVA: 0x0011C888 File Offset: 0x0011AA88 public void DeserializeMessage(byte[] data) { int num = 0; this.AccountSUID = ArrayManager.ReadUInt64(data, ref num); this.HighestStarsEarned = ArrayManager.ReadUInt32(data, ref num); this.SabotageMMR = ArrayManager.ReadMMREntry(data, ref num); }
// Token: 0x0600400C RID: 16396 RVA: 0x00024571 File Offset: 0x00022771 private void InitRefTypes() { this.AccountSUID = 0UL; this.HighestStarsEarned = 0u; this.SabotageMMR = new MMREntry(); }