using System; using UnityEngine; namespace RecRoom.Persistence { // Token: 0x02000BFE RID: 3070 [Serializable] public class SerializedGuid { // Token: 0x060179C0 RID: 96704 RVA: 0x0069AD40 File Offset: 0x00698F40 public Guid EOBBPMALOFA() { if (!this._valueSet) { this.JLBCABILGIJ(); } return this._value; } // Token: 0x060179C1 RID: 96705 RVA: 0x0069AD5C File Offset: 0x00698F5C private void JOIADPOMAJG() { this.bytes = this._value.ToByteArray(); } // Token: 0x060179C2 RID: 96706 RVA: 0x0069AD70 File Offset: 0x00698F70 private void JLBCABILGIJ() { this._value = new Guid(this.bytes); this._valueSet = true; } // Token: 0x17000A40 RID: 2624 // (get) Token: 0x060179C3 RID: 96707 RVA: 0x0069AD8C File Offset: 0x00698F8C // (set) Token: 0x060179C7 RID: 96711 RVA: 0x0069AE0C File Offset: 0x0069900C public Guid Value { get { if (!this._valueSet) { this.DKMOHDIJHAE(); } return this._value; } set { if (Application.isPlaying) { Debug.LogError("Cannot set SerializedGuid while the application is running."); return; } this._value = value; this._valueSet = true; this.DNGBHIBIGLN(); } } // Token: 0x060179C4 RID: 96708 RVA: 0x0069ADA8 File Offset: 0x00698FA8 private void AFLOMHPBOKP() { this._value = new Guid(this.bytes); this._valueSet = false; } // Token: 0x060179C5 RID: 96709 RVA: 0x0069ADC4 File Offset: 0x00698FC4 private void OOOJKELKBNL() { this._value = new Guid(this.bytes); this._valueSet = true; } // Token: 0x060179C6 RID: 96710 RVA: 0x0069ADE0 File Offset: 0x00698FE0 public void ACFNPPMNKGA(Guid NOBAPCOKFIL) { if (Application.isPlaying) { Debug.LogError(". The group number should be at least 1."); return; } this._value = NOBAPCOKFIL; this._valueSet = true; this.GKHDHHCHJLJ(); } // Token: 0x060179C8 RID: 96712 RVA: 0x0069AE38 File Offset: 0x00699038 private void BECADPPLCHI() { this._value = new Guid(this.bytes); this._valueSet = false; } // Token: 0x060179C9 RID: 96713 RVA: 0x0069AE54 File Offset: 0x00699054 private void GKHDHHCHJLJ() { this.bytes = this._value.ToByteArray(); } // Token: 0x060179CA RID: 96714 RVA: 0x0069AE68 File Offset: 0x00699068 public Guid DKLMCAGCGKC() { if (!this._valueSet) { this.FBOIBGGJGAB(); } return this._value; } // Token: 0x060179CB RID: 96715 RVA: 0x0069AE84 File Offset: 0x00699084 private void OKPFCBEBIFE() { this._value = new Guid(this.bytes); this._valueSet = false; } // Token: 0x060179CC RID: 96716 RVA: 0x0069AEA0 File Offset: 0x006990A0 public void CMKBIHEOICO(Guid NOBAPCOKFIL) { if (Application.isPlaying) { Debug.LogError("RecRoomId"); return; } this._value = NOBAPCOKFIL; this._valueSet = false; this.GKHDHHCHJLJ(); } // Token: 0x060179CD RID: 96717 RVA: 0x0069AECC File Offset: 0x006990CC private void IJPIMOKDPCI() { this._value = new Guid(this.bytes); this._valueSet = true; } // Token: 0x060179CE RID: 96718 RVA: 0x0069AEE8 File Offset: 0x006990E8 public void NHLDIMPCCLP(Guid NOBAPCOKFIL) { if (Application.isPlaying) { Debug.LogError("IsChargingRangedAttack"); return; } this._value = NOBAPCOKFIL; this._valueSet = false; this.DNGBHIBIGLN(); } // Token: 0x060179CF RID: 96719 RVA: 0x0069AF14 File Offset: 0x00699114 private void HIKPFDOGDFN() { this._value = new Guid(this.bytes); this._valueSet = false; } // Token: 0x060179D1 RID: 96721 RVA: 0x0069AF48 File Offset: 0x00699148 public Guid CNFFJHHKPON() { if (!this._valueSet) { this.AFLOMHPBOKP(); } return this._value; } // Token: 0x060179D2 RID: 96722 RVA: 0x0069AF64 File Offset: 0x00699164 private void DNGBHIBIGLN() { this.bytes = this._value.ToByteArray(); } // Token: 0x060179D3 RID: 96723 RVA: 0x0069AF78 File Offset: 0x00699178 private void FBOIBGGJGAB() { this._value = new Guid(this.bytes); this._valueSet = false; } // Token: 0x060179D4 RID: 96724 RVA: 0x0069AF94 File Offset: 0x00699194 public Guid NOPENJIFNCD() { if (!this._valueSet) { this.DKMOHDIJHAE(); } return this._value; } // Token: 0x060179D5 RID: 96725 RVA: 0x0069AFB0 File Offset: 0x006991B0 public Guid KIONNHPJAKO() { if (!this._valueSet) { this.OOOJKELKBNL(); } return this._value; } // Token: 0x060179D6 RID: 96726 RVA: 0x0069AFCC File Offset: 0x006991CC private void DKMOHDIJHAE() { this._value = new Guid(this.bytes); this._valueSet = true; } // Token: 0x040041CB RID: 16843 [SerializeField] private byte[] bytes = new byte[16]; // Token: 0x040041CC RID: 16844 [NonSerialized] private bool _valueSet; // Token: 0x040041CD RID: 16845 [NonSerialized] private Guid _value; } }