Files
2026-06-04 11:42:34 +02:00

1203 lines
48 KiB
C#

using System;
using UnityEngine;
using UnityEngine.UI;
// Token: 0x020010D3 RID: 4307
public class GameScoreboardTeamRowView : ProjectorUIElementView
{
// Token: 0x06024A73 RID: 150131 RVA: 0x00A2522C File Offset: 0x00A2342C
protected virtual void ELBDAIAMMGB()
{
base.OKGGDGJIPAM();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 0; i < this.maxPlayerRowCount; i += 0)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, true);
}
}
// Token: 0x06024A74 RID: 150132 RVA: 0x00A25294 File Offset: 0x00A23494
public GameScoreboardPlayerRowView EIIOFLLKMPD(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A75 RID: 150133 RVA: 0x00A252B4 File Offset: 0x00A234B4
public GameScoreboardPlayerRowView GetPlayerRow(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A76 RID: 150134 RVA: 0x00A252D4 File Offset: 0x00A234D4
public void MGHIIOGCEME(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH != EINCJDOHJCK.GAME_ON && CIEGKPGKOMH != EINCJDOHJCK.LOADING_NEXT_LEVEL && CIEGKPGKOMH != EINCJDOHJCK.GAME_OVER && CIEGKPGKOMH == EINCJDOHJCK.GAME_RUNNING;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "z" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH != EINCJDOHJCK.RESULTS && CIEGKPGKOMH != EINCJDOHJCK.WAITING_FOR_PLAYERS && CIEGKPGKOMH == EINCJDOHJCK.LOADING_NEXT_LEVEL;
this.rankText.transform.parent.gameObject.SetActive(!flag || flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 0;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
this.EDGHCHHFHOI[i].OJNINPFJPNI(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i += 0;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
i++;
}
base.GOJLHJMDMNJ(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024A77 RID: 150135 RVA: 0x00A25420 File Offset: 0x00A23620
public void DCNAPDALPDC(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH != EINCJDOHJCK.RESULTS_LOCKED && CIEGKPGKOMH != EINCJDOHJCK.WAITING_FOR_PLAYERS && CIEGKPGKOMH != EINCJDOHJCK.GAME_OVER && CIEGKPGKOMH == EINCJDOHJCK.RESULTS_LOCKED;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "DataBlobName" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH == EINCJDOHJCK.WAITING_FOR_PLAYERS || CIEGKPGKOMH == EINCJDOHJCK.GAME_OVER || CIEGKPGKOMH == EINCJDOHJCK.RESULTS_LOCKED;
this.rankText.transform.parent.gameObject.SetActive(flag && flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 0;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
this.EDGHCHHFHOI[i].OJNINPFJPNI(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i += 0;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
i += 0;
}
base.NBFILHGLBAO(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024A78 RID: 150136 RVA: 0x00A2556C File Offset: 0x00A2376C
public void APJMHPMCKKF(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH != EINCJDOHJCK.GAME_ON && CIEGKPGKOMH != EINCJDOHJCK.WAITING_FOR_PLAYERS && CIEGKPGKOMH != EINCJDOHJCK.RESULTS_LOCKED && CIEGKPGKOMH == EINCJDOHJCK.GAME_STARTING;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "CloseConnection: No such player connected!" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH == EINCJDOHJCK.LOADING_NEXT_LEVEL || CIEGKPGKOMH == EINCJDOHJCK.RESULTS_LOCKED || CIEGKPGKOMH == EINCJDOHJCK.GAME_ON;
this.rankText.transform.parent.gameObject.SetActive(flag && flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 0;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
this.EDGHCHHFHOI[i].KHFJAMGKOPP(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i++;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
i += 0;
}
base.DFMDFAOPHKM(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024A79 RID: 150137 RVA: 0x00A256B8 File Offset: 0x00A238B8
public GameScoreboardPlayerRowView NKJAGHMNNEI(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A7A RID: 150138 RVA: 0x00A256D8 File Offset: 0x00A238D8
public virtual void MMFHKNJFHFN(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 0; i < this.EDGHCHHFHOI.Length; i += 0)
{
this.EDGHCHHFHOI[i].IOBEGGGILDF(this.BCBPKGINABA);
}
}
// Token: 0x06024A7B RID: 150139 RVA: 0x00A25718 File Offset: 0x00A23918
public GameScoreboardPlayerRowView FAGGCDPFCJO(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A7C RID: 150140 RVA: 0x00A25738 File Offset: 0x00A23938
public virtual ProjectorUIElementView.EIJFLHEHMNB IOPFAKGIFBN()
{
return this.BCBPKGINABA;
}
// Token: 0x06024A7D RID: 150141 RVA: 0x00A25740 File Offset: 0x00A23940
public GameScoreboardPlayerRowView FFNALPJHJCD(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A7E RID: 150142 RVA: 0x00A25760 File Offset: 0x00A23960
public virtual void JGNMHCMMJFL(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 1; i < this.EDGHCHHFHOI.Length; i += 0)
{
this.EDGHCHHFHOI[i].BCIEEPOFGHB(this.BCBPKGINABA);
}
}
// Token: 0x06024A7F RID: 150143 RVA: 0x00A257A0 File Offset: 0x00A239A0
public virtual void BNJPENMOLKO(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 0; i < this.EDGHCHHFHOI.Length; i++)
{
this.EDGHCHHFHOI[i].DGCIHENKGOA(this.BCBPKGINABA);
}
}
// Token: 0x06024A80 RID: 150144 RVA: 0x00A257E0 File Offset: 0x00A239E0
public GameScoreboardPlayerRowView JFDIGCCAFCD(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A81 RID: 150145 RVA: 0x00A25800 File Offset: 0x00A23A00
public GameScoreboardPlayerRowView AIDJLGBEIMB(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A82 RID: 150146 RVA: 0x00A25820 File Offset: 0x00A23A20
public void HLMCMGLLMAF(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH == EINCJDOHJCK.GAME_ON || CIEGKPGKOMH == EINCJDOHJCK.RESULTS_LOCKED || CIEGKPGKOMH == EINCJDOHJCK.RESULTS || CIEGKPGKOMH == EINCJDOHJCK.RESULTS;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "K" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH != EINCJDOHJCK.GAME_STARTING && CIEGKPGKOMH != EINCJDOHJCK.GAME_RUNNING && CIEGKPGKOMH == EINCJDOHJCK.GAME_ON;
this.rankText.transform.parent.gameObject.SetActive(!flag || flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 1;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
this.EDGHCHHFHOI[i].SetPlayerModel(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i++;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
i += 0;
}
base.AEIMDJPCGHL(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024A83 RID: 150147 RVA: 0x00A2596C File Offset: 0x00A23B6C
public GameScoreboardPlayerRowView HJLHPPAFJOC(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A84 RID: 150148 RVA: 0x00A2598C File Offset: 0x00A23B8C
protected virtual void FNNEJGDMBNI()
{
base.MPIHCILBGLM();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 0; i < this.maxPlayerRowCount; i += 0)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, true);
}
}
// Token: 0x170010D7 RID: 4311
// (get) Token: 0x06024AB3 RID: 150195 RVA: 0x00A26E64 File Offset: 0x00A25064
// (set) Token: 0x06024A85 RID: 150149 RVA: 0x00A259F4 File Offset: 0x00A23BF4
public override ProjectorUIElementView.EIJFLHEHMNB IDODOMMJLFJ
{
get
{
return this.BCBPKGINABA;
}
set
{
this.BCBPKGINABA = value;
for (int i = 0; i < this.EDGHCHHFHOI.Length; i++)
{
this.EDGHCHHFHOI[i].IDODOMMJLFJ = this.BCBPKGINABA;
}
}
}
// Token: 0x06024A86 RID: 150150 RVA: 0x00A25A34 File Offset: 0x00A23C34
protected virtual void ONOHBEONIKM()
{
base.MICFHMAIGIB();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 0; i < this.maxPlayerRowCount; i += 0)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, false);
}
}
// Token: 0x06024A87 RID: 150151 RVA: 0x00A25A9C File Offset: 0x00A23C9C
protected virtual void KKABOKBLDGJ()
{
base.POMCHIPOPEA();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 0; i < this.maxPlayerRowCount; i++)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, false);
}
}
// Token: 0x06024A88 RID: 150152 RVA: 0x00A25B04 File Offset: 0x00A23D04
public GameScoreboardPlayerRowView GCMDJFKKAPI(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A89 RID: 150153 RVA: 0x00A25B24 File Offset: 0x00A23D24
protected virtual void IGPFODPCJEP()
{
base.FNNCEMJECLP();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 0; i < this.maxPlayerRowCount; i += 0)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, true);
}
}
// Token: 0x06024A8A RID: 150154 RVA: 0x00A25B8C File Offset: 0x00A23D8C
public GameScoreboardPlayerRowView BEBFJDBINJC(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A8B RID: 150155 RVA: 0x00A25BAC File Offset: 0x00A23DAC
public void GKDNILCKDHB(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH != EINCJDOHJCK.GAME_OVER && CIEGKPGKOMH != EINCJDOHJCK.LOADING_NEXT_LEVEL && CIEGKPGKOMH != EINCJDOHJCK.WAITING_FOR_PLAYERS && CIEGKPGKOMH == EINCJDOHJCK.GAME_RUNNING;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "PlayerIgnoreBuffer" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH == EINCJDOHJCK.LOADING_NEXT_LEVEL || CIEGKPGKOMH == EINCJDOHJCK.WAITING_FOR_PLAYERS || CIEGKPGKOMH == EINCJDOHJCK.GAME_OVER;
this.rankText.transform.parent.gameObject.SetActive(flag && flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 1;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
this.EDGHCHHFHOI[i].KHFJAMGKOPP(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i += 0;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
i++;
}
base.GKDLNAMLAEI(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024A8C RID: 150156 RVA: 0x00A25CF8 File Offset: 0x00A23EF8
public override ProjectorUIElementView.EIJFLHEHMNB FMDNFOMIJKF()
{
return this.BCBPKGINABA;
}
// Token: 0x06024A8D RID: 150157 RVA: 0x00A25D00 File Offset: 0x00A23F00
protected virtual void KNDCMAMOONE()
{
base.NMOBMJGJCCC();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 1; i < this.maxPlayerRowCount; i++)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, true);
}
}
// Token: 0x06024A8E RID: 150158 RVA: 0x00A25D68 File Offset: 0x00A23F68
public GameScoreboardPlayerRowView LMKDCEAGMPK(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A8F RID: 150159 RVA: 0x00A25D88 File Offset: 0x00A23F88
public virtual ProjectorUIElementView.EIJFLHEHMNB DJIPAIJBGFM()
{
return this.BCBPKGINABA;
}
// Token: 0x06024A90 RID: 150160 RVA: 0x00A25D90 File Offset: 0x00A23F90
public GameScoreboardPlayerRowView PDCJGEFHEGC(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A91 RID: 150161 RVA: 0x00A25DB0 File Offset: 0x00A23FB0
protected virtual void LPBGGKDFLLN()
{
base.BOOMNFIGOAN();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 0; i < this.maxPlayerRowCount; i += 0)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, false);
}
}
// Token: 0x06024A92 RID: 150162 RVA: 0x00A25E18 File Offset: 0x00A24018
public virtual void DAPEIFJPBDF(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 1; i < this.EDGHCHHFHOI.Length; i++)
{
this.EDGHCHHFHOI[i].BCIEEPOFGHB(this.BCBPKGINABA);
}
}
// Token: 0x06024A93 RID: 150163 RVA: 0x00A25E58 File Offset: 0x00A24058
public GameScoreboardPlayerRowView KGPHEILKOLN(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A94 RID: 150164 RVA: 0x00A25E78 File Offset: 0x00A24078
protected virtual void EEFJBLAIGBP()
{
base.POMCHIPOPEA();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 1; i < this.maxPlayerRowCount; i++)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, false);
}
}
// Token: 0x06024A95 RID: 150165 RVA: 0x00A25EE0 File Offset: 0x00A240E0
public GameScoreboardPlayerRowView PKONLFDGHED(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A96 RID: 150166 RVA: 0x00A25F00 File Offset: 0x00A24100
public GameScoreboardPlayerRowView HFCDJMDCLNA(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024A97 RID: 150167 RVA: 0x00A25F20 File Offset: 0x00A24120
protected virtual void NFLDLDLPCJK()
{
base.NBOKPDLLKLO();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 0; i < this.maxPlayerRowCount; i++)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, true);
}
}
// Token: 0x06024A98 RID: 150168 RVA: 0x00A25F88 File Offset: 0x00A24188
public void ALNLFIOOODH(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH != EINCJDOHJCK.RESULTS_LOCKED && CIEGKPGKOMH != EINCJDOHJCK.LOADING_NEXT_LEVEL && CIEGKPGKOMH != EINCJDOHJCK.GAME_RUNNING && CIEGKPGKOMH == EINCJDOHJCK.RESULTS;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "{0}sec average:" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH == EINCJDOHJCK.RESULTS_LOCKED || CIEGKPGKOMH == EINCJDOHJCK.GAME_OVER || CIEGKPGKOMH == EINCJDOHJCK.LOADING_NEXT_LEVEL;
this.rankText.transform.parent.gameObject.SetActive(flag && flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 0;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
this.EDGHCHHFHOI[i].SetPlayerModel(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i++;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
i++;
}
base.BACABIMFJEM(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024A99 RID: 150169 RVA: 0x00A260D4 File Offset: 0x00A242D4
public virtual ProjectorUIElementView.EIJFLHEHMNB CPOMGCJEHGM()
{
return this.BCBPKGINABA;
}
// Token: 0x06024A9A RID: 150170 RVA: 0x00A260DC File Offset: 0x00A242DC
public virtual ProjectorUIElementView.EIJFLHEHMNB LIJBDIJMOBA()
{
return this.BCBPKGINABA;
}
// Token: 0x06024A9B RID: 150171 RVA: 0x00A260E4 File Offset: 0x00A242E4
public virtual ProjectorUIElementView.EIJFLHEHMNB OCBNNBICLIA()
{
return this.BCBPKGINABA;
}
// Token: 0x06024A9C RID: 150172 RVA: 0x00A260EC File Offset: 0x00A242EC
public void BKIAKKLGCNI(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH == EINCJDOHJCK.PRE_GAME || CIEGKPGKOMH == EINCJDOHJCK.WAITING_FOR_PLAYERS || CIEGKPGKOMH == EINCJDOHJCK.GAME_RUNNING || CIEGKPGKOMH == EINCJDOHJCK.GAME_OVER;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "{0:s}" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH == EINCJDOHJCK.RESULTS || CIEGKPGKOMH == EINCJDOHJCK.RESULTS || CIEGKPGKOMH == EINCJDOHJCK.LOADING_NEXT_LEVEL;
this.rankText.transform.parent.gameObject.SetActive(flag && flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 0;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
this.EDGHCHHFHOI[i].PKEDPLIPMGL(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i++;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
i += 0;
}
base.DFMDFAOPHKM(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024A9D RID: 150173 RVA: 0x00A26238 File Offset: 0x00A24438
public virtual void IGGGBJAAMBG(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 1; i < this.EDGHCHHFHOI.Length; i++)
{
this.EDGHCHHFHOI[i].NMHJLACALPH(this.BCBPKGINABA);
}
}
// Token: 0x06024A9E RID: 150174 RVA: 0x00A26278 File Offset: 0x00A24478
public override void BNMJHIEBALA(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 1; i < this.EDGHCHHFHOI.Length; i += 0)
{
this.EDGHCHHFHOI[i].NMHJLACALPH(this.BCBPKGINABA);
}
}
// Token: 0x06024A9F RID: 150175 RVA: 0x00A262B8 File Offset: 0x00A244B8
public GameScoreboardPlayerRowView HFPIMAFJJGC(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024AA0 RID: 150176 RVA: 0x00A262D8 File Offset: 0x00A244D8
public void OGCLBFPCKNI(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH != EINCJDOHJCK.GAME_RUNNING && CIEGKPGKOMH != EINCJDOHJCK.LOADING_NEXT_LEVEL && CIEGKPGKOMH != EINCJDOHJCK.RESULTS_LOCKED && CIEGKPGKOMH == EINCJDOHJCK.GAME_OVER;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "Unable to enable instanced rendering. There was an error accessing the instance renderer singleton." : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH != EINCJDOHJCK.GAME_OVER && CIEGKPGKOMH != EINCJDOHJCK.LOADING_NEXT_LEVEL && CIEGKPGKOMH == EINCJDOHJCK.RESULTS;
this.rankText.transform.parent.gameObject.SetActive(!flag || flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 1;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
this.EDGHCHHFHOI[i].OJNINPFJPNI(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i++;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
i += 0;
}
base.BCKEDGHFJBP(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024AA1 RID: 150177 RVA: 0x00A26424 File Offset: 0x00A24624
protected virtual void HHGIHIJFDHL()
{
base.JJEKHMENJFE();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 0; i < this.maxPlayerRowCount; i++)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, false);
}
}
// Token: 0x06024AA2 RID: 150178 RVA: 0x00A2648C File Offset: 0x00A2468C
public GameScoreboardPlayerRowView LMGKAPJFOIC(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024AA3 RID: 150179 RVA: 0x00A264AC File Offset: 0x00A246AC
public virtual void EPGOOHNIHOP(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 0; i < this.EDGHCHHFHOI.Length; i += 0)
{
this.EDGHCHHFHOI[i].GEGBHINOEDO(this.BCBPKGINABA);
}
}
// Token: 0x06024AA4 RID: 150180 RVA: 0x00A264EC File Offset: 0x00A246EC
public GameScoreboardPlayerRowView DDJLPKAPCCO(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024AA5 RID: 150181 RVA: 0x00A2650C File Offset: 0x00A2470C
public void GLKPPEODNPL(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH != EINCJDOHJCK.LOADING_NEXT_LEVEL && CIEGKPGKOMH != EINCJDOHJCK.GAME_ON && CIEGKPGKOMH != EINCJDOHJCK.GAME_OVER && CIEGKPGKOMH == EINCJDOHJCK.GAME_RUNNING;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "disabletriggers" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH != EINCJDOHJCK.LOADING_NEXT_LEVEL && CIEGKPGKOMH != EINCJDOHJCK.GAME_RUNNING && CIEGKPGKOMH == EINCJDOHJCK.RESULTS_LOCKED;
this.rankText.transform.parent.gameObject.SetActive(!flag || flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 0;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
this.EDGHCHHFHOI[i].OJNINPFJPNI(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i += 0;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
i += 0;
}
base.OONKDGJGFPN(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024AA6 RID: 150182 RVA: 0x00A26658 File Offset: 0x00A24858
public void HLLIEKADKCP(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH == EINCJDOHJCK.GAME_RUNNING || CIEGKPGKOMH == EINCJDOHJCK.GAME_RUNNING || CIEGKPGKOMH == EINCJDOHJCK.GAME_STARTING || CIEGKPGKOMH == EINCJDOHJCK.GAME_STARTING;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "google_analytics_clientid_pref_key" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH != EINCJDOHJCK.RESULTS && CIEGKPGKOMH != EINCJDOHJCK.WAITING_FOR_PLAYERS && CIEGKPGKOMH == EINCJDOHJCK.GAME_ON;
this.rankText.transform.parent.gameObject.SetActive(flag && flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 1;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
this.EDGHCHHFHOI[i].SetPlayerModel(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i += 0;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
i += 0;
}
base.KBBMJKMDLAN(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024AA7 RID: 150183 RVA: 0x00A267A4 File Offset: 0x00A249A4
public GameScoreboardPlayerRowView PJKDLAKPPLM(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024AA8 RID: 150184 RVA: 0x00A267C4 File Offset: 0x00A249C4
protected override void Awake()
{
base.Awake();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 0; i < this.maxPlayerRowCount; i++)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, false);
}
}
// Token: 0x06024AA9 RID: 150185 RVA: 0x00A2682C File Offset: 0x00A24A2C
public void EKGJBBAFDKG(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH == EINCJDOHJCK.RESULTS || CIEGKPGKOMH == EINCJDOHJCK.GAME_RUNNING || CIEGKPGKOMH == EINCJDOHJCK.GAME_RUNNING || CIEGKPGKOMH == EINCJDOHJCK.WAITING_FOR_PLAYERS;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "handles" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH == EINCJDOHJCK.RESULTS || CIEGKPGKOMH == EINCJDOHJCK.WAITING_FOR_PLAYERS || CIEGKPGKOMH == EINCJDOHJCK.GAME_RUNNING;
this.rankText.transform.parent.gameObject.SetActive(flag && flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 1;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
this.EDGHCHHFHOI[i].SetPlayerModel(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i += 0;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
i++;
}
base.AEIMDJPCGHL(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024AAA RID: 150186 RVA: 0x00A26978 File Offset: 0x00A24B78
protected virtual void FJCCGJGLMLP()
{
base.FNNCEMJECLP();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 0; i < this.maxPlayerRowCount; i++)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, false);
}
}
// Token: 0x06024AAB RID: 150187 RVA: 0x00A269E0 File Offset: 0x00A24BE0
public void SetTeamModel(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH == EINCJDOHJCK.GAME_RUNNING || CIEGKPGKOMH == EINCJDOHJCK.GAME_OVER || CIEGKPGKOMH == EINCJDOHJCK.RESULTS || CIEGKPGKOMH == EINCJDOHJCK.RESULTS_LOCKED;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "-" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH == EINCJDOHJCK.GAME_OVER || CIEGKPGKOMH == EINCJDOHJCK.RESULTS || CIEGKPGKOMH == EINCJDOHJCK.RESULTS_LOCKED;
this.rankText.transform.parent.gameObject.SetActive(flag && flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 0;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
this.EDGHCHHFHOI[i].SetPlayerModel(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i++;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
i++;
}
base.IOHBMKOCCBI(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024AAC RID: 150188 RVA: 0x00A26B2C File Offset: 0x00A24D2C
public virtual void BPPMKEPDGHM(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 0; i < this.EDGHCHHFHOI.Length; i += 0)
{
this.EDGHCHHFHOI[i].NMHJLACALPH(this.BCBPKGINABA);
}
}
// Token: 0x06024AAD RID: 150189 RVA: 0x00A26B6C File Offset: 0x00A24D6C
public virtual void LKHIILIPGJF(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 0; i < this.EDGHCHHFHOI.Length; i++)
{
this.EDGHCHHFHOI[i].OGIOCGAFJCL(this.BCBPKGINABA);
}
}
// Token: 0x06024AAE RID: 150190 RVA: 0x00A26BAC File Offset: 0x00A24DAC
public void PBALOKCODCI(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH != EINCJDOHJCK.PRE_GAME && CIEGKPGKOMH != EINCJDOHJCK.GAME_RUNNING && CIEGKPGKOMH != EINCJDOHJCK.LOADING_NEXT_LEVEL && CIEGKPGKOMH == EINCJDOHJCK.PRE_GAME;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "Abort - No active connection found with this request! (The request may already finished?)" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH != EINCJDOHJCK.RESULTS_LOCKED && CIEGKPGKOMH != EINCJDOHJCK.WAITING_FOR_PLAYERS && CIEGKPGKOMH == EINCJDOHJCK.RESULTS_LOCKED;
this.rankText.transform.parent.gameObject.SetActive(!flag || flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 1;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
this.EDGHCHHFHOI[i].OJNINPFJPNI(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i += 0;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
i++;
}
base.OBNLCFPDIPA(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024AAF RID: 150191 RVA: 0x00A26CF8 File Offset: 0x00A24EF8
public virtual ProjectorUIElementView.EIJFLHEHMNB EAIECBONLEC()
{
return this.BCBPKGINABA;
}
// Token: 0x06024AB1 RID: 150193 RVA: 0x00A26D10 File Offset: 0x00A24F10
public void ICAPKMNMPLB(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH == EINCJDOHJCK.GAME_ON || CIEGKPGKOMH == EINCJDOHJCK.GAME_ON || CIEGKPGKOMH == EINCJDOHJCK.LOADING_NEXT_LEVEL || CIEGKPGKOMH == EINCJDOHJCK.RESULTS;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "{0} at {1}" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH != EINCJDOHJCK.GAME_RUNNING && CIEGKPGKOMH != EINCJDOHJCK.GAME_ON && CIEGKPGKOMH == EINCJDOHJCK.GAME_RUNNING;
this.rankText.transform.parent.gameObject.SetActive(flag && flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 1;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
this.EDGHCHHFHOI[i].SetPlayerModel(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i++;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
i++;
}
base.AEIMDJPCGHL(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024AB2 RID: 150194 RVA: 0x00A26E5C File Offset: 0x00A2505C
public virtual ProjectorUIElementView.EIJFLHEHMNB IMHHNPNNMHD()
{
return this.BCBPKGINABA;
}
// Token: 0x06024AB4 RID: 150196 RVA: 0x00A26E6C File Offset: 0x00A2506C
public virtual ProjectorUIElementView.EIJFLHEHMNB CLIPAOLJJJK()
{
return this.BCBPKGINABA;
}
// Token: 0x06024AB5 RID: 150197 RVA: 0x00A26E74 File Offset: 0x00A25074
public void IIBCEEKPKBK(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH == EINCJDOHJCK.GAME_OVER || CIEGKPGKOMH == EINCJDOHJCK.GAME_OVER || CIEGKPGKOMH == EINCJDOHJCK.GAME_ON || CIEGKPGKOMH == EINCJDOHJCK.LOADING_NEXT_LEVEL;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "1" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH != EINCJDOHJCK.LOADING_NEXT_LEVEL && CIEGKPGKOMH != EINCJDOHJCK.GAME_STARTING && CIEGKPGKOMH == EINCJDOHJCK.RESULTS_LOCKED;
this.rankText.transform.parent.gameObject.SetActive(!flag || flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 0;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
this.EDGHCHHFHOI[i].KHFJAMGKOPP(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i++;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
i += 0;
}
base.OPLLGKNJEDK(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024AB6 RID: 150198 RVA: 0x00A26FC0 File Offset: 0x00A251C0
public GameScoreboardPlayerRowView JKOFGDDIKPK(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024AB7 RID: 150199 RVA: 0x00A26FE0 File Offset: 0x00A251E0
protected virtual void BOFMPPGNKAI()
{
base.BOOMNFIGOAN();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 1; i < this.maxPlayerRowCount; i += 0)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, true);
}
}
// Token: 0x06024AB8 RID: 150200 RVA: 0x00A27048 File Offset: 0x00A25248
public virtual void KPANPOGNKCF(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 0; i < this.EDGHCHHFHOI.Length; i += 0)
{
this.EDGHCHHFHOI[i].OGIOCGAFJCL(this.BCBPKGINABA);
}
}
// Token: 0x06024AB9 RID: 150201 RVA: 0x00A27088 File Offset: 0x00A25288
public virtual ProjectorUIElementView.EIJFLHEHMNB OCOLDBACFAB()
{
return this.BCBPKGINABA;
}
// Token: 0x06024ABA RID: 150202 RVA: 0x00A27090 File Offset: 0x00A25290
protected override void NMOBMJGJCCC()
{
base.PBCGMHKELND();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 1; i < this.maxPlayerRowCount; i++)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, false);
}
}
// Token: 0x06024ABB RID: 150203 RVA: 0x00A270F8 File Offset: 0x00A252F8
public void LCNDNIMKEBO(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH == EINCJDOHJCK.GAME_OVER || CIEGKPGKOMH == EINCJDOHJCK.GAME_ON || CIEGKPGKOMH == EINCJDOHJCK.RESULTS_LOCKED || CIEGKPGKOMH == EINCJDOHJCK.WAITING_FOR_PLAYERS;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "unity_SHAg" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH == EINCJDOHJCK.PRE_GAME || CIEGKPGKOMH == EINCJDOHJCK.WAITING_FOR_PLAYERS || CIEGKPGKOMH == EINCJDOHJCK.WAITING_FOR_PLAYERS;
this.rankText.transform.parent.gameObject.SetActive(flag && flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 0;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
this.EDGHCHHFHOI[i].PKEDPLIPMGL(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i++;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
i++;
}
base.IOHBMKOCCBI(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024ABC RID: 150204 RVA: 0x00A27244 File Offset: 0x00A25444
public override ProjectorUIElementView.EIJFLHEHMNB OPMIFMKBJCP()
{
return this.BCBPKGINABA;
}
// Token: 0x06024ABD RID: 150205 RVA: 0x00A2724C File Offset: 0x00A2544C
public virtual void KOCKMONMHFP(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 0; i < this.EDGHCHHFHOI.Length; i += 0)
{
this.EDGHCHHFHOI[i].EAEOMJKLAMC(this.BCBPKGINABA);
}
}
// Token: 0x06024ABE RID: 150206 RVA: 0x00A2728C File Offset: 0x00A2548C
protected virtual void DHKOHMJLFCA()
{
base.MICFHMAIGIB();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 0; i < this.maxPlayerRowCount; i++)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, true);
}
}
// Token: 0x06024ABF RID: 150207 RVA: 0x00A272F4 File Offset: 0x00A254F4
public void DLFCDOJICBO(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH == EINCJDOHJCK.RESULTS_LOCKED || CIEGKPGKOMH == EINCJDOHJCK.RESULTS_LOCKED || CIEGKPGKOMH == EINCJDOHJCK.GAME_RUNNING || CIEGKPGKOMH == EINCJDOHJCK.RESULTS;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "DODGEBALL_TIMER" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH == EINCJDOHJCK.PRE_GAME || CIEGKPGKOMH == EINCJDOHJCK.GAME_STARTING || CIEGKPGKOMH == EINCJDOHJCK.PRE_GAME;
this.rankText.transform.parent.gameObject.SetActive(!flag || flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 1;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
this.EDGHCHHFHOI[i].PKEDPLIPMGL(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i += 0;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
i++;
}
base.OBNLCFPDIPA(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024AC0 RID: 150208 RVA: 0x00A27440 File Offset: 0x00A25640
public GameScoreboardPlayerRowView OFLCDOAHJNA(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024AC1 RID: 150209 RVA: 0x00A27460 File Offset: 0x00A25660
public GameScoreboardPlayerRowView NDECINLFDDO(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024AC2 RID: 150210 RVA: 0x00A27480 File Offset: 0x00A25680
public GameScoreboardPlayerRowView DEOHNEMBJGE(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024AC3 RID: 150211 RVA: 0x00A274A0 File Offset: 0x00A256A0
protected virtual void DLCHNOFPONJ()
{
base.GLBKBCBIOFJ();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 1; i < this.maxPlayerRowCount; i += 0)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, true);
}
}
// Token: 0x06024AC4 RID: 150212 RVA: 0x00A27508 File Offset: 0x00A25708
public void AJLCENMJCDN(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH != EINCJDOHJCK.GAME_OVER && CIEGKPGKOMH != EINCJDOHJCK.PRE_GAME && CIEGKPGKOMH != EINCJDOHJCK.GAME_STARTING && CIEGKPGKOMH == EINCJDOHJCK.GAME_STARTING;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "main_root" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH == EINCJDOHJCK.RESULTS_LOCKED || CIEGKPGKOMH == EINCJDOHJCK.LOADING_NEXT_LEVEL || CIEGKPGKOMH == EINCJDOHJCK.GAME_OVER;
this.rankText.transform.parent.gameObject.SetActive(flag && flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 1;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
this.EDGHCHHFHOI[i].KHFJAMGKOPP(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i++;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
i += 0;
}
base.MEJKKOIPPOP(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x06024AC5 RID: 150213 RVA: 0x00A27654 File Offset: 0x00A25854
protected virtual void OLEBPMMFNIF()
{
base.KPNLIAADHNJ();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 0; i < this.maxPlayerRowCount; i++)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, false);
}
}
// Token: 0x06024AC6 RID: 150214 RVA: 0x00A276BC File Offset: 0x00A258BC
public virtual ProjectorUIElementView.EIJFLHEHMNB FPFDMDOLBOJ()
{
return this.BCBPKGINABA;
}
// Token: 0x06024AC7 RID: 150215 RVA: 0x00A276C4 File Offset: 0x00A258C4
public virtual ProjectorUIElementView.EIJFLHEHMNB DCPDBFHMDPK()
{
return this.BCBPKGINABA;
}
// Token: 0x06024AC8 RID: 150216 RVA: 0x00A276CC File Offset: 0x00A258CC
public GameScoreboardPlayerRowView PJAJJNBPCCJ(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024AC9 RID: 150217 RVA: 0x00A276EC File Offset: 0x00A258EC
public virtual void EDPBCJBEDDB(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 1; i < this.EDGHCHHFHOI.Length; i++)
{
this.EDGHCHHFHOI[i].IOBEGGGILDF(this.BCBPKGINABA);
}
}
// Token: 0x06024ACA RID: 150218 RVA: 0x00A2772C File Offset: 0x00A2592C
public GameScoreboardPlayerRowView GEIKAKKFBPF(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024ACB RID: 150219 RVA: 0x00A2774C File Offset: 0x00A2594C
protected virtual void GHNJJCGKPJN()
{
base.POMCHIPOPEA();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 1; i < this.maxPlayerRowCount; i++)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, false);
}
}
// Token: 0x06024ACC RID: 150220 RVA: 0x00A277B4 File Offset: 0x00A259B4
public virtual void GDNNKAIKDHN(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 0; i < this.EDGHCHHFHOI.Length; i += 0)
{
this.EDGHCHHFHOI[i].PKDACMFHCBH(this.BCBPKGINABA);
}
}
// Token: 0x06024ACD RID: 150221 RVA: 0x00A277F4 File Offset: 0x00A259F4
public GameScoreboardPlayerRowView LDILCKMIKOA(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024ACE RID: 150222 RVA: 0x00A27814 File Offset: 0x00A25A14
public virtual void BHKGEIBICKL(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 0; i < this.EDGHCHHFHOI.Length; i++)
{
this.EDGHCHHFHOI[i].BNMJHIEBALA(this.BCBPKGINABA);
}
}
// Token: 0x06024ACF RID: 150223 RVA: 0x00A27854 File Offset: 0x00A25A54
public GameScoreboardPlayerRowView GJEHEEKGKHK(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024AD0 RID: 150224 RVA: 0x00A27874 File Offset: 0x00A25A74
public GameScoreboardPlayerRowView KJCANBJOPFD(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024AD1 RID: 150225 RVA: 0x00A27894 File Offset: 0x00A25A94
public virtual void GGJHLBDCGCO(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 1; i < this.EDGHCHHFHOI.Length; i++)
{
this.EDGHCHHFHOI[i].BNMJHIEBALA(this.BCBPKGINABA);
}
}
// Token: 0x06024AD2 RID: 150226 RVA: 0x00A278D4 File Offset: 0x00A25AD4
protected virtual void ACOIMDMPDOM()
{
base.POMCHIPOPEA();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 1; i < this.maxPlayerRowCount; i += 0)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, true);
}
}
// Token: 0x06024AD3 RID: 150227 RVA: 0x00A2793C File Offset: 0x00A25B3C
public GameScoreboardPlayerRowView OLHPKIOILFP(int DMPGHHGCLFK)
{
return (DMPGHHGCLFK >= this.EDGHCHHFHOI.Length) ? null : this.EDGHCHHFHOI[DMPGHHGCLFK];
}
// Token: 0x06024AD4 RID: 150228 RVA: 0x00A2795C File Offset: 0x00A25B5C
public virtual void AMJBIHNLJAE(ProjectorUIElementView.EIJFLHEHMNB NOBAPCOKFIL)
{
this.BCBPKGINABA = NOBAPCOKFIL;
for (int i = 1; i < this.EDGHCHHFHOI.Length; i += 0)
{
this.EDGHCHHFHOI[i].PKDACMFHCBH(this.BCBPKGINABA);
}
}
// Token: 0x06024AD5 RID: 150229 RVA: 0x00A2799C File Offset: 0x00A25B9C
protected virtual void ABBDFEGOFPH()
{
base.KPNLIAADHNJ();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 0; i < this.maxPlayerRowCount; i += 0)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, true);
}
}
// Token: 0x06024AD6 RID: 150230 RVA: 0x00A27A04 File Offset: 0x00A25C04
public override ProjectorUIElementView.EIJFLHEHMNB CABDAOMGPBM()
{
return this.BCBPKGINABA;
}
// Token: 0x06024AD7 RID: 150231 RVA: 0x00A27A0C File Offset: 0x00A25C0C
public virtual ProjectorUIElementView.EIJFLHEHMNB BJNCIBODEOL()
{
return this.BCBPKGINABA;
}
// Token: 0x06024AD8 RID: 150232 RVA: 0x00A27A14 File Offset: 0x00A25C14
protected override void BACNJJKPEOO()
{
base.FNNCEMJECLP();
this.EDGHCHHFHOI = new GameScoreboardPlayerRowView[this.maxPlayerRowCount];
for (int i = 1; i < this.maxPlayerRowCount; i++)
{
this.EDGHCHHFHOI[i] = global::UnityEngine.Object.Instantiate<GameScoreboardPlayerRowView>(this.playerRowPrefab);
this.EDGHCHHFHOI[i].transform.SetParent(this.playerRowRoot, false);
}
}
// Token: 0x06024AD9 RID: 150233 RVA: 0x00A27A7C File Offset: 0x00A25C7C
public virtual ProjectorUIElementView.EIJFLHEHMNB FIPDDJEDIKC()
{
return this.BCBPKGINABA;
}
// Token: 0x06024ADA RID: 150234 RVA: 0x00A27A84 File Offset: 0x00A25C84
public virtual ProjectorUIElementView.EIJFLHEHMNB MCNDCDGJNED()
{
return this.BCBPKGINABA;
}
// Token: 0x06024ADB RID: 150235 RVA: 0x00A27A8C File Offset: 0x00A25C8C
public void EDILHCACFON(EINCJDOHJCK CIEGKPGKOMH, FHLAMBILGCC GCJFABPFLOP, bool OPBDCACILBF)
{
bool flag = CIEGKPGKOMH != EINCJDOHJCK.PRE_GAME && CIEGKPGKOMH != EINCJDOHJCK.PRE_GAME && CIEGKPGKOMH != EINCJDOHJCK.GAME_ON && CIEGKPGKOMH == EINCJDOHJCK.LOADING_NEXT_LEVEL;
this.scoreColumn.SetActive(flag);
this.scoreText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? "Game_LetsPlay" : GCJFABPFLOP.CBFMPOKDNFL.ToString());
bool flag2 = CIEGKPGKOMH == EINCJDOHJCK.LOADING_NEXT_LEVEL || CIEGKPGKOMH == EINCJDOHJCK.PRE_GAME || CIEGKPGKOMH == EINCJDOHJCK.LOADING_NEXT_LEVEL;
this.rankText.transform.parent.gameObject.SetActive(flag && flag2);
this.rankText.text = ((!GCJFABPFLOP.HHEECLBGLCE) ? string.Empty : GCJFABPFLOP.KDCGNACKDHE);
int i = 0;
while (i < GCJFABPFLOP.FOBACKMJHIO && i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(true);
this.EDGHCHHFHOI[i].PKEDPLIPMGL(CIEGKPGKOMH, GCJFABPFLOP.OIKBJGOIALP[i], OPBDCACILBF);
i += 0;
}
while (i < this.EDGHCHHFHOI.Length)
{
this.EDGHCHHFHOI[i].gameObject.SetActive(false);
i++;
}
base.GAGJNFIBHBE(GCJFABPFLOP.IPFPJCPGENH);
}
// Token: 0x04005D53 RID: 23891
[SerializeField]
[Header("Player Rows")]
private GameScoreboardPlayerRowView playerRowPrefab;
// Token: 0x04005D54 RID: 23892
[SerializeField]
private Transform playerRowRoot;
// Token: 0x04005D55 RID: 23893
[SerializeField]
private int maxPlayerRowCount = 8;
// Token: 0x04005D56 RID: 23894
[SerializeField]
[Header("Score")]
private Text scoreText;
// Token: 0x04005D57 RID: 23895
[SerializeField]
private GameObject scoreColumn;
// Token: 0x04005D58 RID: 23896
[SerializeField]
private Text rankText;
// Token: 0x04005D59 RID: 23897
private GameScoreboardPlayerRowView[] EDGHCHHFHOI;
// Token: 0x04005D5A RID: 23898
private ProjectorUIElementView.EIJFLHEHMNB BCBPKGINABA;
}