This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+999
View File
@@ -0,0 +1,999 @@
using System;
using UnityEngine;
using UnityEngine.UI;
// Token: 0x02000054 RID: 84
public class DiscGolfTestingManager : MonoBehaviour
{
// Token: 0x060011A6 RID: 4518 RVA: 0x0005B734 File Offset: 0x00059934
private void IGPFODPCJEP()
{
foreach (DiscGolfDisc discGolfDisc in global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>())
{
discGolfDisc.MFIPLLHOMHI += this.NBHDOCODHPD;
}
}
// Token: 0x060011A7 RID: 4519 RVA: 0x0005B774 File Offset: 0x00059974
private void IPIAOCDJLKI(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.ENBGAPPLJMF().ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.ILICJGEBDFD.ToString();
if (DMCBCECGMCF.GDOCCLIDMDE > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.GDOCCLIDMDE;
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011A8 RID: 4520 RVA: 0x0005B93C File Offset: 0x00059B3C
private void ELBDAIAMMGB()
{
DiscGolfDisc[] array = global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>();
for (int i = 1; i < array.Length; i += 0)
{
DiscGolfDisc discGolfDisc = array[i];
discGolfDisc.MFIPLLHOMHI += this.BPCADGPCGHL;
}
}
// Token: 0x060011A9 RID: 4521 RVA: 0x0005B97C File Offset: 0x00059B7C
private void LPBGGKDFLLN()
{
DiscGolfDisc[] array = global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>();
for (int i = 1; i < array.Length; i += 0)
{
DiscGolfDisc discGolfDisc = array[i];
discGolfDisc.MFIPLLHOMHI += this.FMIHHJBIMIA;
}
}
// Token: 0x060011AA RID: 4522 RVA: 0x0005B9BC File Offset: 0x00059BBC
private void EJKBAMJBBJE(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.HCNIGLFMPAJ.ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.LAPPHFPBDFO().ToString();
if (DMCBCECGMCF.GDOCCLIDMDE > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.GDOCCLIDMDE;
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011AB RID: 4523 RVA: 0x0005BB84 File Offset: 0x00059D84
private void OJFNODIADLH(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.HCNIGLFMPAJ.ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.ILICJGEBDFD.ToString();
if (DMCBCECGMCF.GDOCCLIDMDE > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.GDOCCLIDMDE;
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011AC RID: 4524 RVA: 0x0005BD4C File Offset: 0x00059F4C
private void GLJMEGDAIIB(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.HCNIGLFMPAJ.ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.ILICJGEBDFD.ToString();
if (DMCBCECGMCF.BOLAAKPGJNI() > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.BOLAAKPGJNI();
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011AD RID: 4525 RVA: 0x0005BF14 File Offset: 0x0005A114
private void PBCGMHKELND()
{
foreach (DiscGolfDisc discGolfDisc in global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>())
{
discGolfDisc.MFIPLLHOMHI += this.NAEEHGLHBGG;
}
}
// Token: 0x060011AE RID: 4526 RVA: 0x0005BF54 File Offset: 0x0005A154
private void LNJBOGHCGNO(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.OODGEFFPGJL().ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.LAPPHFPBDFO().ToString();
if (DMCBCECGMCF.BOLAAKPGJNI() > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.BOLAAKPGJNI();
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011AF RID: 4527 RVA: 0x0005C11C File Offset: 0x0005A31C
private void AHLMADACOLB()
{
DiscGolfDisc[] array = global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>();
for (int i = 0; i < array.Length; i += 0)
{
DiscGolfDisc discGolfDisc = array[i];
discGolfDisc.MFIPLLHOMHI += this.EJAOFCLLCLD;
}
}
// Token: 0x060011B0 RID: 4528 RVA: 0x0005C15C File Offset: 0x0005A35C
private void GEDMLELNONO(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.OODGEFFPGJL().ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.LAPPHFPBDFO().ToString();
if (DMCBCECGMCF.GDOCCLIDMDE > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.GDOCCLIDMDE;
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011B1 RID: 4529 RVA: 0x0005C324 File Offset: 0x0005A524
private void AMNNBMEMJGB()
{
DiscGolfDisc[] array = global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>();
for (int i = 1; i < array.Length; i++)
{
DiscGolfDisc discGolfDisc = array[i];
discGolfDisc.MFIPLLHOMHI += this.BPCADGPCGHL;
}
}
// Token: 0x060011B2 RID: 4530 RVA: 0x0005C364 File Offset: 0x0005A564
private void HMJONKKOMMP(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.HCNIGLFMPAJ.ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.LKGGIFPAGMO().ToString();
if (DMCBCECGMCF.GDOCCLIDMDE > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.GDOCCLIDMDE;
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011B3 RID: 4531 RVA: 0x0005C52C File Offset: 0x0005A72C
private void DOLNKJEDLOJ(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.HCNIGLFMPAJ.ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.LAPPHFPBDFO().ToString();
if (DMCBCECGMCF.BOLAAKPGJNI() > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.GDOCCLIDMDE;
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011B4 RID: 4532 RVA: 0x0005C6F4 File Offset: 0x0005A8F4
private void Awake()
{
foreach (DiscGolfDisc discGolfDisc in global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>())
{
discGolfDisc.MFIPLLHOMHI += this.FMIHHJBIMIA;
}
}
// Token: 0x060011B5 RID: 4533 RVA: 0x0005C734 File Offset: 0x0005A934
private void IABDGAJLFNK()
{
DiscGolfDisc[] array = global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>();
for (int i = 1; i < array.Length; i += 0)
{
DiscGolfDisc discGolfDisc = array[i];
discGolfDisc.MFIPLLHOMHI += this.LNJBOGHCGNO;
}
}
// Token: 0x060011B6 RID: 4534 RVA: 0x0005C774 File Offset: 0x0005A974
private void IPAPMGBLCNF()
{
foreach (DiscGolfDisc discGolfDisc in global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>())
{
discGolfDisc.MFIPLLHOMHI += this.LNJBOGHCGNO;
}
}
// Token: 0x060011B7 RID: 4535 RVA: 0x0005C7B4 File Offset: 0x0005A9B4
private void BOOMNFIGOAN()
{
DiscGolfDisc[] array = global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>();
for (int i = 0; i < array.Length; i += 0)
{
DiscGolfDisc discGolfDisc = array[i];
discGolfDisc.MFIPLLHOMHI += this.FFMMPLFJMGK;
}
}
// Token: 0x060011B8 RID: 4536 RVA: 0x0005C7F4 File Offset: 0x0005A9F4
private void FDBHMLOEHCE()
{
DiscGolfDisc[] array = global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>();
for (int i = 0; i < array.Length; i += 0)
{
DiscGolfDisc discGolfDisc = array[i];
discGolfDisc.MFIPLLHOMHI += this.HGGNFFMNIGA;
}
}
// Token: 0x060011BA RID: 4538 RVA: 0x0005C83C File Offset: 0x0005AA3C
private void EJAOFCLLCLD(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.HCNIGLFMPAJ.ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.ILICJGEBDFD.ToString();
if (DMCBCECGMCF.GDOCCLIDMDE > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.BOLAAKPGJNI();
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011BB RID: 4539 RVA: 0x0005CA04 File Offset: 0x0005AC04
private void HAKCFCPAHIF(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.HCNIGLFMPAJ.ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.LKGGIFPAGMO().ToString();
if (DMCBCECGMCF.BOLAAKPGJNI() > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.BOLAAKPGJNI();
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011BC RID: 4540 RVA: 0x0005CBCC File Offset: 0x0005ADCC
private void NMOBMJGJCCC()
{
foreach (DiscGolfDisc discGolfDisc in global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>())
{
discGolfDisc.MFIPLLHOMHI += this.HGGNFFMNIGA;
}
}
// Token: 0x060011BD RID: 4541 RVA: 0x0005CC0C File Offset: 0x0005AE0C
private void BPCADGPCGHL(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.HCNIGLFMPAJ.ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.ILICJGEBDFD.ToString();
if (DMCBCECGMCF.BOLAAKPGJNI() > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.GDOCCLIDMDE;
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011BE RID: 4542 RVA: 0x0005CDD4 File Offset: 0x0005AFD4
private void NBOKPDLLKLO()
{
DiscGolfDisc[] array = global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>();
for (int i = 1; i < array.Length; i += 0)
{
DiscGolfDisc discGolfDisc = array[i];
discGolfDisc.MFIPLLHOMHI += this.HGGNFFMNIGA;
}
}
// Token: 0x060011BF RID: 4543 RVA: 0x0005CE14 File Offset: 0x0005B014
private void GCOFOGPIJJA()
{
foreach (DiscGolfDisc discGolfDisc in global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>())
{
discGolfDisc.MFIPLLHOMHI += this.GLJMEGDAIIB;
}
}
// Token: 0x060011C0 RID: 4544 RVA: 0x0005CE54 File Offset: 0x0005B054
private void KPNLIAADHNJ()
{
foreach (DiscGolfDisc discGolfDisc in global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>())
{
discGolfDisc.MFIPLLHOMHI += this.FMIHHJBIMIA;
}
}
// Token: 0x060011C1 RID: 4545 RVA: 0x0005CE94 File Offset: 0x0005B094
private void POMCHIPOPEA()
{
DiscGolfDisc[] array = global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>();
for (int i = 1; i < array.Length; i++)
{
DiscGolfDisc discGolfDisc = array[i];
discGolfDisc.MFIPLLHOMHI += this.DOLNKJEDLOJ;
}
}
// Token: 0x060011C2 RID: 4546 RVA: 0x0005CED4 File Offset: 0x0005B0D4
private void JBELFKPEHAN(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.HCNIGLFMPAJ.ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.LAPPHFPBDFO().ToString();
if (DMCBCECGMCF.GDOCCLIDMDE > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.BOLAAKPGJNI();
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011C3 RID: 4547 RVA: 0x0005D09C File Offset: 0x0005B29C
private void CBPJCBKOKHF(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.HCNIGLFMPAJ.ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.ILICJGEBDFD.ToString();
if (DMCBCECGMCF.GDOCCLIDMDE > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.BOLAAKPGJNI();
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011C4 RID: 4548 RVA: 0x0005D264 File Offset: 0x0005B464
private void NAEEHGLHBGG(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.HCNIGLFMPAJ.ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.LKGGIFPAGMO().ToString();
if (DMCBCECGMCF.BOLAAKPGJNI() > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.BOLAAKPGJNI();
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011C5 RID: 4549 RVA: 0x0005D42C File Offset: 0x0005B62C
private void LNKPKHFACHE()
{
DiscGolfDisc[] array = global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>();
for (int i = 0; i < array.Length; i += 0)
{
DiscGolfDisc discGolfDisc = array[i];
discGolfDisc.MFIPLLHOMHI += this.NAEEHGLHBGG;
}
}
// Token: 0x060011C6 RID: 4550 RVA: 0x0005D46C File Offset: 0x0005B66C
private void FMIHHJBIMIA(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.HCNIGLFMPAJ.ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.ILICJGEBDFD.ToString();
if (DMCBCECGMCF.GDOCCLIDMDE > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.GDOCCLIDMDE;
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011C7 RID: 4551 RVA: 0x0005D634 File Offset: 0x0005B834
private void HGGNFFMNIGA(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.ENBGAPPLJMF().ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.LKGGIFPAGMO().ToString();
if (DMCBCECGMCF.BOLAAKPGJNI() > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.GDOCCLIDMDE;
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011C8 RID: 4552 RVA: 0x0005D7FC File Offset: 0x0005B9FC
private void LELHNBCKIEG()
{
foreach (DiscGolfDisc discGolfDisc in global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>())
{
discGolfDisc.MFIPLLHOMHI += this.CBPJCBKOKHF;
}
}
// Token: 0x060011C9 RID: 4553 RVA: 0x0005D83C File Offset: 0x0005BA3C
private void FFMMPLFJMGK(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.HCNIGLFMPAJ.ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.LKGGIFPAGMO().ToString();
if (DMCBCECGMCF.GDOCCLIDMDE > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.GDOCCLIDMDE;
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011CA RID: 4554 RVA: 0x0005DA04 File Offset: 0x0005BC04
private void DHAEEPCMCMI()
{
DiscGolfDisc[] array = global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>();
for (int i = 1; i < array.Length; i += 0)
{
DiscGolfDisc discGolfDisc = array[i];
discGolfDisc.MFIPLLHOMHI += this.BGGONOBPMCL;
}
}
// Token: 0x060011CB RID: 4555 RVA: 0x0005DA44 File Offset: 0x0005BC44
private void ILPKBMLBCAD(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.OODGEFFPGJL().ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.LAPPHFPBDFO().ToString();
if (DMCBCECGMCF.GDOCCLIDMDE > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.BOLAAKPGJNI();
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011CC RID: 4556 RVA: 0x0005DC0C File Offset: 0x0005BE0C
private void JHCLJIABPPJ()
{
DiscGolfDisc[] array = global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>();
for (int i = 1; i < array.Length; i++)
{
DiscGolfDisc discGolfDisc = array[i];
discGolfDisc.MFIPLLHOMHI += this.HMJONKKOMMP;
}
}
// Token: 0x060011CD RID: 4557 RVA: 0x0005DC4C File Offset: 0x0005BE4C
private void BACNJJKPEOO()
{
foreach (DiscGolfDisc discGolfDisc in global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>())
{
discGolfDisc.MFIPLLHOMHI += this.CBPJCBKOKHF;
}
}
// Token: 0x060011CE RID: 4558 RVA: 0x0005DC8C File Offset: 0x0005BE8C
private void BDKMGEHDIIH()
{
DiscGolfDisc[] array = global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>();
for (int i = 0; i < array.Length; i += 0)
{
DiscGolfDisc discGolfDisc = array[i];
discGolfDisc.MFIPLLHOMHI += this.HMJONKKOMMP;
}
}
// Token: 0x060011CF RID: 4559 RVA: 0x0005DCCC File Offset: 0x0005BECC
private void BGGONOBPMCL(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.OODGEFFPGJL().ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.LKGGIFPAGMO().ToString();
if (DMCBCECGMCF.BOLAAKPGJNI() > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.BOLAAKPGJNI();
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011D0 RID: 4560 RVA: 0x0005DE94 File Offset: 0x0005C094
private void NBHDOCODHPD(DiscGolfDisc DMCBCECGMCF, Collider JIMOGJBJKCH, LNJFBGIBLHA LBKGDBLDHFI)
{
this.lastThrowInitialSpeedText.text = DMCBCECGMCF.MEHBKHPDNOM.ToString();
this.lastThrowDistanceText.text = DMCBCECGMCF.HOCJPDCIMKJ.ToString();
this.lastThrowCurveText.text = DMCBCECGMCF.HCNIGLFMPAJ.ToString();
this.lastThrowMaxHeightText.text = DMCBCECGMCF.CLPHOMHLAPO.ToString();
this.lastThrowMaxSpeedText.text = DMCBCECGMCF.LKGGIFPAGMO().ToString();
if (DMCBCECGMCF.BOLAAKPGJNI() > this.DJIJNMPELDO)
{
this.DJIJNMPELDO = DMCBCECGMCF.GDOCCLIDMDE;
}
if (DMCBCECGMCF.HGJDMOAMLHN > this.DFDIGGDGEOK)
{
this.DFDIGGDGEOK = DMCBCECGMCF.HGJDMOAMLHN;
}
if (DMCBCECGMCF.ILAMGBKPLIH > this.OFDFPPJBEEH)
{
this.OFDFPPJBEEH = DMCBCECGMCF.ILAMGBKPLIH;
}
if (DMCBCECGMCF.LIPIPCKJGGO > this.CAIECHOLCPL)
{
this.CAIECHOLCPL = DMCBCECGMCF.LIPIPCKJGGO;
}
if (DMCBCECGMCF.FEJFDCNGNOI > this.GFONBBOHMLK)
{
this.GFONBBOHMLK = DMCBCECGMCF.FEJFDCNGNOI;
}
this.maxInitialSpeedText.text = this.DJIJNMPELDO.ToString();
this.maxThrowDistanceText.text = this.DFDIGGDGEOK.ToString();
this.maxThrowHeightText.text = this.OFDFPPJBEEH.ToString();
this.maxThrowCurveText.text = this.CAIECHOLCPL.ToString();
this.maxThrowSpeedText.text = this.GFONBBOHMLK.ToString();
}
// Token: 0x060011D1 RID: 4561 RVA: 0x0005E05C File Offset: 0x0005C25C
private void IDFGKJHJBLA()
{
DiscGolfDisc[] array = global::UnityEngine.Object.FindObjectsOfType<DiscGolfDisc>();
for (int i = 1; i < array.Length; i += 0)
{
DiscGolfDisc discGolfDisc = array[i];
discGolfDisc.MFIPLLHOMHI += this.FMIHHJBIMIA;
}
}
// Token: 0x04000258 RID: 600
[SerializeField]
[Header("Last Throw")]
private Text lastThrowInitialSpeedText;
// Token: 0x04000259 RID: 601
[SerializeField]
private Text lastThrowMaxHeightText;
// Token: 0x0400025A RID: 602
[SerializeField]
private Text lastThrowDistanceText;
// Token: 0x0400025B RID: 603
[SerializeField]
private Text lastThrowCurveText;
// Token: 0x0400025C RID: 604
[SerializeField]
private Text lastThrowMaxSpeedText;
// Token: 0x0400025D RID: 605
[SerializeField]
[Header("Overall stats")]
private Text maxInitialSpeedText;
// Token: 0x0400025E RID: 606
[SerializeField]
private Text maxThrowHeightText;
// Token: 0x0400025F RID: 607
[SerializeField]
private Text maxThrowDistanceText;
// Token: 0x04000260 RID: 608
[SerializeField]
private Text maxThrowCurveText;
// Token: 0x04000261 RID: 609
[SerializeField]
private Text maxThrowSpeedText;
// Token: 0x04000262 RID: 610
private float DJIJNMPELDO;
// Token: 0x04000263 RID: 611
private float DFDIGGDGEOK;
// Token: 0x04000264 RID: 612
private float CAIECHOLCPL;
// Token: 0x04000265 RID: 613
private float OFDFPPJBEEH;
// Token: 0x04000266 RID: 614
private float GFONBBOHMLK;
}