scripts
This commit is contained in:
@@ -0,0 +1,1213 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x020002F6 RID: 758
|
||||
public class GoogleAnalyticsSettings : ScriptableObject
|
||||
{
|
||||
// Token: 0x06009436 RID: 37942 RVA: 0x002D7788 File Offset: 0x002D5988
|
||||
public int APBLDHKJPPK(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
int num = gaplatfromBound.profileIndex;
|
||||
if (MKPGCDHBOMP)
|
||||
{
|
||||
num = gaplatfromBound.profileIndexTestMode;
|
||||
}
|
||||
if (num < this.accounts.Count)
|
||||
{
|
||||
return num;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Token: 0x06009437 RID: 37943 RVA: 0x002D7830 File Offset: 0x002D5A30
|
||||
public void NDJLACEPDCM(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
this.accounts.Remove(CECDNGGHGAK);
|
||||
}
|
||||
|
||||
// Token: 0x06009438 RID: 37944 RVA: 0x002D7840 File Offset: 0x002D5A40
|
||||
public static GoogleAnalyticsSettings HIPACKPBBKM()
|
||||
{
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = Resources.Load("You did not receive enough votes.") as GoogleAnalyticsSettings;
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = ScriptableObject.CreateInstance<GoogleAnalyticsSettings>();
|
||||
}
|
||||
}
|
||||
return GoogleAnalyticsSettings.instance;
|
||||
}
|
||||
|
||||
// Token: 0x06009439 RID: 37945 RVA: 0x002D7890 File Offset: 0x002D5A90
|
||||
public void CMDHBIAEHDB()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600943A RID: 37946 RVA: 0x002D7894 File Offset: 0x002D5A94
|
||||
public void IDIHOEBCLDI()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600943C RID: 37948 RVA: 0x002D78A4 File Offset: 0x002D5AA4
|
||||
public static GoogleAnalyticsSettings EKBPLPJJGNM()
|
||||
{
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = Resources.Load("B") as GoogleAnalyticsSettings;
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = ScriptableObject.CreateInstance<GoogleAnalyticsSettings>();
|
||||
}
|
||||
}
|
||||
return GoogleAnalyticsSettings.instance;
|
||||
}
|
||||
|
||||
// Token: 0x0600943D RID: 37949 RVA: 0x002D78F4 File Offset: 0x002D5AF4
|
||||
public int HKODGJJBKIE(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
int num = 0;
|
||||
string[] array = this.FKFCFGEFFFM();
|
||||
string[] array2 = array;
|
||||
for (int i = 0; i < array2.Length; i += 0)
|
||||
{
|
||||
string text = array2[i];
|
||||
if (text.Equals(CECDNGGHGAK.Name))
|
||||
{
|
||||
return num;
|
||||
}
|
||||
num++;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Token: 0x0600943E RID: 37950 RVA: 0x002D7944 File Offset: 0x002D5B44
|
||||
public void DMEAHOLDJKB(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
this.accounts.Add(CECDNGGHGAK);
|
||||
}
|
||||
|
||||
// Token: 0x0600943F RID: 37951 RVA: 0x002D7954 File Offset: 0x002D5B54
|
||||
public int ILOADJGHCGC(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
int num = gaplatfromBound.profileIndex;
|
||||
if (MKPGCDHBOMP)
|
||||
{
|
||||
num = gaplatfromBound.profileIndexTestMode;
|
||||
}
|
||||
if (num < this.accounts.Count)
|
||||
{
|
||||
return num;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Token: 0x06009440 RID: 37952 RVA: 0x002D79FC File Offset: 0x002D5BFC
|
||||
public string[] DGNHKOOGNIA()
|
||||
{
|
||||
List<string> list = new List<string>();
|
||||
foreach (GAProfile gaprofile in this.accounts)
|
||||
{
|
||||
list.Add(gaprofile.Name);
|
||||
}
|
||||
return list.ToArray();
|
||||
}
|
||||
|
||||
// Token: 0x06009441 RID: 37953 RVA: 0x002D7A6C File Offset: 0x002D5C6C
|
||||
public void HDIMJIOIFKF(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
this.accounts.Add(CECDNGGHGAK);
|
||||
}
|
||||
|
||||
// Token: 0x06009442 RID: 37954 RVA: 0x002D7A7C File Offset: 0x002D5C7C
|
||||
public static GoogleAnalyticsSettings PJPNMILOIMH()
|
||||
{
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = Resources.Load("COOKIE_TEX_ON") as GoogleAnalyticsSettings;
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = ScriptableObject.CreateInstance<GoogleAnalyticsSettings>();
|
||||
}
|
||||
}
|
||||
return GoogleAnalyticsSettings.instance;
|
||||
}
|
||||
|
||||
// Token: 0x06009443 RID: 37955 RVA: 0x002D7ACC File Offset: 0x002D5CCC
|
||||
public int EKHBCPLCDLG(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
int num = 0;
|
||||
string[] array = this.NDHLLCMDMPD();
|
||||
foreach (string text in array)
|
||||
{
|
||||
if (text.Equals(CECDNGGHGAK.Name))
|
||||
{
|
||||
return num;
|
||||
}
|
||||
num += 0;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Token: 0x06009444 RID: 37956 RVA: 0x002D7B1C File Offset: 0x002D5D1C
|
||||
public int PNHINEFMPPC(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
int num = 1;
|
||||
string[] array = this.NDHLLCMDMPD();
|
||||
string[] array2 = array;
|
||||
for (int i = 1; i < array2.Length; i++)
|
||||
{
|
||||
string text = array2[i];
|
||||
if (text.Equals(CECDNGGHGAK.Name))
|
||||
{
|
||||
return num;
|
||||
}
|
||||
num++;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Token: 0x170003D1 RID: 977
|
||||
// (get) Token: 0x06009445 RID: 37957 RVA: 0x002D7B6C File Offset: 0x002D5D6C
|
||||
public static GoogleAnalyticsSettings Instance
|
||||
{
|
||||
get
|
||||
{
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = Resources.Load("GoogleAnalyticsSettings") as GoogleAnalyticsSettings;
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = ScriptableObject.CreateInstance<GoogleAnalyticsSettings>();
|
||||
}
|
||||
}
|
||||
return GoogleAnalyticsSettings.instance;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06009446 RID: 37958 RVA: 0x002D7BBC File Offset: 0x002D5DBC
|
||||
public void MPLLEEKNNBH()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06009447 RID: 37959 RVA: 0x002D7BC0 File Offset: 0x002D5DC0
|
||||
public void HBNLEOKKOBF(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
this.accounts.Add(CECDNGGHGAK);
|
||||
}
|
||||
|
||||
// Token: 0x06009448 RID: 37960 RVA: 0x002D7BD0 File Offset: 0x002D5DD0
|
||||
public void GKEBCPCADLC()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06009449 RID: 37961 RVA: 0x002D7BD4 File Offset: 0x002D5DD4
|
||||
public GAProfile DDKEJKBLMIK()
|
||||
{
|
||||
bool isDeveloper = SessionManager.BIAOMKDOLDL;
|
||||
return this.EJJOLLCJKGO(Application.platform, isDeveloper);
|
||||
}
|
||||
|
||||
// Token: 0x0600944A RID: 37962 RVA: 0x002D7BF4 File Offset: 0x002D5DF4
|
||||
public int EPNBNHLIFHA(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
int num = 1;
|
||||
string[] array = this.DCIBCNLPLNA();
|
||||
foreach (string text in array)
|
||||
{
|
||||
if (text.Equals(CECDNGGHGAK.Name))
|
||||
{
|
||||
return num;
|
||||
}
|
||||
num += 0;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Token: 0x0600944B RID: 37963 RVA: 0x002D7C44 File Offset: 0x002D5E44
|
||||
public GAProfile KNNFHOLFMKK()
|
||||
{
|
||||
bool isDeveloper = SessionManager.BIAOMKDOLDL;
|
||||
return this.HKJMMBCPHOF(Application.platform, isDeveloper);
|
||||
}
|
||||
|
||||
// Token: 0x0600944C RID: 37964 RVA: 0x002D7C64 File Offset: 0x002D5E64
|
||||
public void CHPMMPCONLO(RuntimePlatform FFLFKFHEGGM, int DMPGHHGCLFK, bool DGLMGADBLDM)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
GAPlatfromBound gaplatfromBound2 = new GAPlatfromBound();
|
||||
gaplatfromBound2.platfrom = FFLFKFHEGGM;
|
||||
gaplatfromBound2.profileIndex = 1;
|
||||
gaplatfromBound2.profileIndexTestMode = 0;
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound2.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound2.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
this.platfromBounds.Add(gaplatfromBound2);
|
||||
}
|
||||
|
||||
// Token: 0x0600944D RID: 37965 RVA: 0x002D7D34 File Offset: 0x002D5F34
|
||||
public void EOCDLOGGHME(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
this.accounts.Remove(CECDNGGHGAK);
|
||||
}
|
||||
|
||||
// Token: 0x0600944E RID: 37966 RVA: 0x002D7D44 File Offset: 0x002D5F44
|
||||
public int ILDDCNMDOKK(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
int num = 0;
|
||||
string[] array = this.NDHLLCMDMPD();
|
||||
foreach (string text in array)
|
||||
{
|
||||
if (text.Equals(CECDNGGHGAK.Name))
|
||||
{
|
||||
return num;
|
||||
}
|
||||
num++;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Token: 0x0600944F RID: 37967 RVA: 0x002D7D94 File Offset: 0x002D5F94
|
||||
public GAProfile DBKKALCJGPN()
|
||||
{
|
||||
bool isDeveloper = SessionManager.BIAOMKDOLDL;
|
||||
return this.PODDEIELCMA(Application.platform, isDeveloper);
|
||||
}
|
||||
|
||||
// Token: 0x06009450 RID: 37968 RVA: 0x002D7DB4 File Offset: 0x002D5FB4
|
||||
public void IEDPKMIIEHJ(RuntimePlatform FFLFKFHEGGM, int DMPGHHGCLFK, bool DGLMGADBLDM)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
GAPlatfromBound gaplatfromBound2 = new GAPlatfromBound();
|
||||
gaplatfromBound2.platfrom = FFLFKFHEGGM;
|
||||
gaplatfromBound2.profileIndex = 0;
|
||||
gaplatfromBound2.profileIndexTestMode = 1;
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound2.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound2.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
this.platfromBounds.Add(gaplatfromBound2);
|
||||
}
|
||||
|
||||
// Token: 0x06009451 RID: 37969 RVA: 0x002D7E84 File Offset: 0x002D6084
|
||||
public string[] DCIBCNLPLNA()
|
||||
{
|
||||
List<string> list = new List<string>();
|
||||
foreach (GAProfile gaprofile in this.accounts)
|
||||
{
|
||||
list.Add(gaprofile.Name);
|
||||
}
|
||||
return list.ToArray();
|
||||
}
|
||||
|
||||
// Token: 0x06009452 RID: 37970 RVA: 0x002D7EF4 File Offset: 0x002D60F4
|
||||
public GAProfile PBMNIBIBNEO(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
if (this.accounts.Count == 0)
|
||||
{
|
||||
return new GAProfile();
|
||||
}
|
||||
return this.accounts[this.ILOADJGHCGC(FFLFKFHEGGM, MKPGCDHBOMP)];
|
||||
}
|
||||
|
||||
// Token: 0x06009453 RID: 37971 RVA: 0x002D7F20 File Offset: 0x002D6120
|
||||
public void EBKFBIBPHGN(RuntimePlatform FFLFKFHEGGM, int DMPGHHGCLFK, bool DGLMGADBLDM)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
GAPlatfromBound gaplatfromBound2 = new GAPlatfromBound();
|
||||
gaplatfromBound2.platfrom = FFLFKFHEGGM;
|
||||
gaplatfromBound2.profileIndex = 1;
|
||||
gaplatfromBound2.profileIndexTestMode = 1;
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound2.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound2.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
this.platfromBounds.Add(gaplatfromBound2);
|
||||
}
|
||||
|
||||
// Token: 0x06009454 RID: 37972 RVA: 0x002D7FF0 File Offset: 0x002D61F0
|
||||
public void BHEGJGKBFCH()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06009455 RID: 37973 RVA: 0x002D7FF4 File Offset: 0x002D61F4
|
||||
public int NALPAFJJEFJ(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
int num = gaplatfromBound.profileIndex;
|
||||
if (MKPGCDHBOMP)
|
||||
{
|
||||
num = gaplatfromBound.profileIndexTestMode;
|
||||
}
|
||||
if (num < this.accounts.Count)
|
||||
{
|
||||
return num;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Token: 0x06009456 RID: 37974 RVA: 0x002D809C File Offset: 0x002D629C
|
||||
public int PGGHGPNNBEK(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
int num = gaplatfromBound.profileIndex;
|
||||
if (MKPGCDHBOMP)
|
||||
{
|
||||
num = gaplatfromBound.profileIndexTestMode;
|
||||
}
|
||||
if (num < this.accounts.Count)
|
||||
{
|
||||
return num;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Token: 0x06009457 RID: 37975 RVA: 0x002D8144 File Offset: 0x002D6344
|
||||
public GAProfile GFNEJKLCBBA(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
if (this.accounts.Count == 0)
|
||||
{
|
||||
return new GAProfile();
|
||||
}
|
||||
return this.accounts[this.NJKONIBIDIP(FFLFKFHEGGM, MKPGCDHBOMP)];
|
||||
}
|
||||
|
||||
// Token: 0x06009458 RID: 37976 RVA: 0x002D8170 File Offset: 0x002D6370
|
||||
public void JHDCHKOKCKP(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
this.accounts.Remove(CECDNGGHGAK);
|
||||
}
|
||||
|
||||
// Token: 0x06009459 RID: 37977 RVA: 0x002D8180 File Offset: 0x002D6380
|
||||
public GAProfile HKJMMBCPHOF(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
if (this.accounts.Count == 0)
|
||||
{
|
||||
return new GAProfile();
|
||||
}
|
||||
return this.accounts[this.APBLDHKJPPK(FFLFKFHEGGM, MKPGCDHBOMP)];
|
||||
}
|
||||
|
||||
// Token: 0x0600945A RID: 37978 RVA: 0x002D81AC File Offset: 0x002D63AC
|
||||
public int BKGHAGOFMGM(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
int num = gaplatfromBound.profileIndex;
|
||||
if (MKPGCDHBOMP)
|
||||
{
|
||||
num = gaplatfromBound.profileIndexTestMode;
|
||||
}
|
||||
if (num < this.accounts.Count)
|
||||
{
|
||||
return num;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Token: 0x0600945B RID: 37979 RVA: 0x002D8254 File Offset: 0x002D6454
|
||||
public GAProfile MLGPBKDFJOJ()
|
||||
{
|
||||
bool isDeveloper = SessionManager.BIAOMKDOLDL;
|
||||
return this.OIBLFINNFCL(Application.platform, isDeveloper);
|
||||
}
|
||||
|
||||
// Token: 0x0600945C RID: 37980 RVA: 0x002D8274 File Offset: 0x002D6474
|
||||
public static GoogleAnalyticsSettings FNIJDGIFGFP()
|
||||
{
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = Resources.Load(", ") as GoogleAnalyticsSettings;
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = ScriptableObject.CreateInstance<GoogleAnalyticsSettings>();
|
||||
}
|
||||
}
|
||||
return GoogleAnalyticsSettings.instance;
|
||||
}
|
||||
|
||||
// Token: 0x0600945D RID: 37981 RVA: 0x002D82C4 File Offset: 0x002D64C4
|
||||
public int JNJFADOLMNP(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
int num = gaplatfromBound.profileIndex;
|
||||
if (MKPGCDHBOMP)
|
||||
{
|
||||
num = gaplatfromBound.profileIndexTestMode;
|
||||
}
|
||||
if (num < this.accounts.Count)
|
||||
{
|
||||
return num;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Token: 0x0600945E RID: 37982 RVA: 0x002D836C File Offset: 0x002D656C
|
||||
public void EGMMGMKKCPE()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600945F RID: 37983 RVA: 0x002D8370 File Offset: 0x002D6570
|
||||
public GAProfile AAMKJFCIAFH()
|
||||
{
|
||||
bool isDeveloper = SessionManager.BIAOMKDOLDL;
|
||||
return this.HKJMMBCPHOF(Application.platform, isDeveloper);
|
||||
}
|
||||
|
||||
// Token: 0x06009460 RID: 37984 RVA: 0x002D8390 File Offset: 0x002D6590
|
||||
public string[] NDHLLCMDMPD()
|
||||
{
|
||||
List<string> list = new List<string>();
|
||||
foreach (GAProfile gaprofile in this.accounts)
|
||||
{
|
||||
list.Add(gaprofile.Name);
|
||||
}
|
||||
return list.ToArray();
|
||||
}
|
||||
|
||||
// Token: 0x06009461 RID: 37985 RVA: 0x002D8400 File Offset: 0x002D6600
|
||||
public GAProfile OIBLFINNFCL(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
if (this.accounts.Count == 0)
|
||||
{
|
||||
return new GAProfile();
|
||||
}
|
||||
return this.accounts[this.APBLDHKJPPK(FFLFKFHEGGM, MKPGCDHBOMP)];
|
||||
}
|
||||
|
||||
// Token: 0x06009462 RID: 37986 RVA: 0x002D842C File Offset: 0x002D662C
|
||||
public GAProfile LLOEHDAFKJG()
|
||||
{
|
||||
bool isDeveloper = SessionManager.BIAOMKDOLDL;
|
||||
return this.FGPAHNNFDDE(Application.platform, isDeveloper);
|
||||
}
|
||||
|
||||
// Token: 0x06009463 RID: 37987 RVA: 0x002D844C File Offset: 0x002D664C
|
||||
public void CILAPKCCDJE(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
this.accounts.Remove(CECDNGGHGAK);
|
||||
}
|
||||
|
||||
// Token: 0x06009464 RID: 37988 RVA: 0x002D845C File Offset: 0x002D665C
|
||||
public void MOMPOJGFOGJ(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
this.accounts.Add(CECDNGGHGAK);
|
||||
}
|
||||
|
||||
// Token: 0x06009465 RID: 37989 RVA: 0x002D846C File Offset: 0x002D666C
|
||||
public void PEABFFHKAAE()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06009466 RID: 37990 RVA: 0x002D8470 File Offset: 0x002D6670
|
||||
public GAProfile FGPAHNNFDDE(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
if (this.accounts.Count == 0)
|
||||
{
|
||||
return new GAProfile();
|
||||
}
|
||||
return this.accounts[this.APBLDHKJPPK(FFLFKFHEGGM, MKPGCDHBOMP)];
|
||||
}
|
||||
|
||||
// Token: 0x06009467 RID: 37991 RVA: 0x002D849C File Offset: 0x002D669C
|
||||
public GAProfile PODDEIELCMA(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
if (this.accounts.Count == 0)
|
||||
{
|
||||
return new GAProfile();
|
||||
}
|
||||
return this.accounts[this.ILOADJGHCGC(FFLFKFHEGGM, MKPGCDHBOMP)];
|
||||
}
|
||||
|
||||
// Token: 0x06009468 RID: 37992 RVA: 0x002D84C8 File Offset: 0x002D66C8
|
||||
public int NJKONIBIDIP(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
int num = gaplatfromBound.profileIndex;
|
||||
if (MKPGCDHBOMP)
|
||||
{
|
||||
num = gaplatfromBound.profileIndexTestMode;
|
||||
}
|
||||
if (num < this.accounts.Count)
|
||||
{
|
||||
return num;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Token: 0x06009469 RID: 37993 RVA: 0x002D8570 File Offset: 0x002D6770
|
||||
public GAProfile GAJONHHNJBE()
|
||||
{
|
||||
bool isDeveloper = SessionManager.BIAOMKDOLDL;
|
||||
return this.PBMNIBIBNEO(Application.platform, isDeveloper);
|
||||
}
|
||||
|
||||
// Token: 0x0600946B RID: 37995 RVA: 0x002D8634 File Offset: 0x002D6834
|
||||
public int BGIMECNEEJF(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
int num = gaplatfromBound.profileIndex;
|
||||
if (MKPGCDHBOMP)
|
||||
{
|
||||
num = gaplatfromBound.profileIndexTestMode;
|
||||
}
|
||||
if (num < this.accounts.Count)
|
||||
{
|
||||
return num;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Token: 0x0600946C RID: 37996 RVA: 0x002D86DC File Offset: 0x002D68DC
|
||||
public void IEKCLMNIIDK(RuntimePlatform FFLFKFHEGGM, int DMPGHHGCLFK, bool DGLMGADBLDM)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
GAPlatfromBound gaplatfromBound2 = new GAPlatfromBound();
|
||||
gaplatfromBound2.platfrom = FFLFKFHEGGM;
|
||||
gaplatfromBound2.profileIndex = 1;
|
||||
gaplatfromBound2.profileIndexTestMode = 0;
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound2.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound2.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
this.platfromBounds.Add(gaplatfromBound2);
|
||||
}
|
||||
|
||||
// Token: 0x0600946D RID: 37997 RVA: 0x002D87AC File Offset: 0x002D69AC
|
||||
public void EAHJKOFNGOD(RuntimePlatform FFLFKFHEGGM, int DMPGHHGCLFK, bool DGLMGADBLDM)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
GAPlatfromBound gaplatfromBound2 = new GAPlatfromBound();
|
||||
gaplatfromBound2.platfrom = FFLFKFHEGGM;
|
||||
gaplatfromBound2.profileIndex = 0;
|
||||
gaplatfromBound2.profileIndexTestMode = 1;
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound2.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound2.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
this.platfromBounds.Add(gaplatfromBound2);
|
||||
}
|
||||
|
||||
// Token: 0x0600946E RID: 37998 RVA: 0x002D887C File Offset: 0x002D6A7C
|
||||
public GAProfile ILOPMGJPDKH()
|
||||
{
|
||||
bool isDeveloper = SessionManager.BIAOMKDOLDL;
|
||||
return this.FGPAHNNFDDE(Application.platform, isDeveloper);
|
||||
}
|
||||
|
||||
// Token: 0x0600946F RID: 37999 RVA: 0x002D889C File Offset: 0x002D6A9C
|
||||
public GAProfile LEMJBIFFPKF()
|
||||
{
|
||||
bool isDeveloper = SessionManager.BIAOMKDOLDL;
|
||||
return this.OIBLFINNFCL(Application.platform, isDeveloper);
|
||||
}
|
||||
|
||||
// Token: 0x06009470 RID: 38000 RVA: 0x002D88BC File Offset: 0x002D6ABC
|
||||
public int FNHLPHMALHM(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
int num = gaplatfromBound.profileIndex;
|
||||
if (MKPGCDHBOMP)
|
||||
{
|
||||
num = gaplatfromBound.profileIndexTestMode;
|
||||
}
|
||||
if (num < this.accounts.Count)
|
||||
{
|
||||
return num;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Token: 0x06009471 RID: 38001 RVA: 0x002D8964 File Offset: 0x002D6B64
|
||||
public GAProfile EJJOLLCJKGO(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
if (this.accounts.Count == 0)
|
||||
{
|
||||
return new GAProfile();
|
||||
}
|
||||
return this.accounts[this.NJKONIBIDIP(FFLFKFHEGGM, MKPGCDHBOMP)];
|
||||
}
|
||||
|
||||
// Token: 0x06009472 RID: 38002 RVA: 0x002D8990 File Offset: 0x002D6B90
|
||||
public static GoogleAnalyticsSettings BCCLPKDBCPA()
|
||||
{
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = Resources.Load("api/avatar/") as GoogleAnalyticsSettings;
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = ScriptableObject.CreateInstance<GoogleAnalyticsSettings>();
|
||||
}
|
||||
}
|
||||
return GoogleAnalyticsSettings.instance;
|
||||
}
|
||||
|
||||
// Token: 0x06009473 RID: 38003 RVA: 0x002D89E0 File Offset: 0x002D6BE0
|
||||
public static GoogleAnalyticsSettings EINONALHJHN()
|
||||
{
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = Resources.Load("_StencilWriteMask") as GoogleAnalyticsSettings;
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = ScriptableObject.CreateInstance<GoogleAnalyticsSettings>();
|
||||
}
|
||||
}
|
||||
return GoogleAnalyticsSettings.instance;
|
||||
}
|
||||
|
||||
// Token: 0x06009474 RID: 38004 RVA: 0x002D8A30 File Offset: 0x002D6C30
|
||||
public static GoogleAnalyticsSettings BBCLPCMPHBP()
|
||||
{
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = Resources.Load("false") as GoogleAnalyticsSettings;
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = ScriptableObject.CreateInstance<GoogleAnalyticsSettings>();
|
||||
}
|
||||
}
|
||||
return GoogleAnalyticsSettings.instance;
|
||||
}
|
||||
|
||||
// Token: 0x06009475 RID: 38005 RVA: 0x002D8A80 File Offset: 0x002D6C80
|
||||
public void FPNIKDIBNJH(RuntimePlatform FFLFKFHEGGM, int DMPGHHGCLFK, bool DGLMGADBLDM)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
GAPlatfromBound gaplatfromBound2 = new GAPlatfromBound();
|
||||
gaplatfromBound2.platfrom = FFLFKFHEGGM;
|
||||
gaplatfromBound2.profileIndex = 0;
|
||||
gaplatfromBound2.profileIndexTestMode = 1;
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound2.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound2.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
this.platfromBounds.Add(gaplatfromBound2);
|
||||
}
|
||||
|
||||
// Token: 0x06009476 RID: 38006 RVA: 0x002D8B50 File Offset: 0x002D6D50
|
||||
public int PJFLHFEDEKI(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
int num = gaplatfromBound.profileIndex;
|
||||
if (MKPGCDHBOMP)
|
||||
{
|
||||
num = gaplatfromBound.profileIndexTestMode;
|
||||
}
|
||||
if (num < this.accounts.Count)
|
||||
{
|
||||
return num;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Token: 0x06009477 RID: 38007 RVA: 0x002D8BF8 File Offset: 0x002D6DF8
|
||||
public void NMJNLDJNFLN()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06009478 RID: 38008 RVA: 0x002D8BFC File Offset: 0x002D6DFC
|
||||
public int AIEJPCPILAL(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
int num = 1;
|
||||
string[] array = this.DGNHKOOGNIA();
|
||||
string[] array2 = array;
|
||||
for (int i = 0; i < array2.Length; i += 0)
|
||||
{
|
||||
string text = array2[i];
|
||||
if (text.Equals(CECDNGGHGAK.Name))
|
||||
{
|
||||
return num;
|
||||
}
|
||||
num += 0;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Token: 0x06009479 RID: 38009 RVA: 0x002D8C4C File Offset: 0x002D6E4C
|
||||
public int JGBGBACFPMC(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
int num = 0;
|
||||
string[] array = this.FKFCFGEFFFM();
|
||||
string[] array2 = array;
|
||||
for (int i = 0; i < array2.Length; i += 0)
|
||||
{
|
||||
string text = array2[i];
|
||||
if (text.Equals(CECDNGGHGAK.Name))
|
||||
{
|
||||
return num;
|
||||
}
|
||||
num += 0;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Token: 0x0600947A RID: 38010 RVA: 0x002D8C9C File Offset: 0x002D6E9C
|
||||
public void NEKEAKECJMF(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
this.accounts.Remove(CECDNGGHGAK);
|
||||
}
|
||||
|
||||
// Token: 0x0600947B RID: 38011 RVA: 0x002D8CAC File Offset: 0x002D6EAC
|
||||
public void JLKGGJDONHP(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
this.accounts.Remove(CECDNGGHGAK);
|
||||
}
|
||||
|
||||
// Token: 0x0600947C RID: 38012 RVA: 0x002D8CBC File Offset: 0x002D6EBC
|
||||
public void IHHABADJPMM()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600947D RID: 38013 RVA: 0x002D8CC0 File Offset: 0x002D6EC0
|
||||
public string[] BODBALAGIGF()
|
||||
{
|
||||
List<string> list = new List<string>();
|
||||
foreach (GAProfile gaprofile in this.accounts)
|
||||
{
|
||||
list.Add(gaprofile.Name);
|
||||
}
|
||||
return list.ToArray();
|
||||
}
|
||||
|
||||
// Token: 0x0600947E RID: 38014 RVA: 0x002D8D30 File Offset: 0x002D6F30
|
||||
public void AOOKEPAFPKI(RuntimePlatform FFLFKFHEGGM, int DMPGHHGCLFK, bool DGLMGADBLDM)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
GAPlatfromBound gaplatfromBound2 = new GAPlatfromBound();
|
||||
gaplatfromBound2.platfrom = FFLFKFHEGGM;
|
||||
gaplatfromBound2.profileIndex = 1;
|
||||
gaplatfromBound2.profileIndexTestMode = 1;
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound2.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound2.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
this.platfromBounds.Add(gaplatfromBound2);
|
||||
}
|
||||
|
||||
// Token: 0x0600947F RID: 38015 RVA: 0x002D8E00 File Offset: 0x002D7000
|
||||
public void AKHJOJJKHCK(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
this.accounts.Remove(CECDNGGHGAK);
|
||||
}
|
||||
|
||||
// Token: 0x06009480 RID: 38016 RVA: 0x002D8E10 File Offset: 0x002D7010
|
||||
public void MMGNOEIDJBD(RuntimePlatform FFLFKFHEGGM, int DMPGHHGCLFK, bool DGLMGADBLDM)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
GAPlatfromBound gaplatfromBound2 = new GAPlatfromBound();
|
||||
gaplatfromBound2.platfrom = FFLFKFHEGGM;
|
||||
gaplatfromBound2.profileIndex = 0;
|
||||
gaplatfromBound2.profileIndexTestMode = 0;
|
||||
if (DGLMGADBLDM)
|
||||
{
|
||||
gaplatfromBound2.profileIndexTestMode = DMPGHHGCLFK;
|
||||
}
|
||||
else
|
||||
{
|
||||
gaplatfromBound2.profileIndex = DMPGHHGCLFK;
|
||||
}
|
||||
this.platfromBounds.Add(gaplatfromBound2);
|
||||
}
|
||||
|
||||
// Token: 0x06009481 RID: 38017 RVA: 0x002D8EE0 File Offset: 0x002D70E0
|
||||
public string[] FKFCFGEFFFM()
|
||||
{
|
||||
List<string> list = new List<string>();
|
||||
foreach (GAProfile gaprofile in this.accounts)
|
||||
{
|
||||
list.Add(gaprofile.Name);
|
||||
}
|
||||
return list.ToArray();
|
||||
}
|
||||
|
||||
// Token: 0x06009482 RID: 38018 RVA: 0x002D8F50 File Offset: 0x002D7150
|
||||
public GAProfile INIIFDNAEIA()
|
||||
{
|
||||
bool isDeveloper = SessionManager.BIAOMKDOLDL;
|
||||
return this.OIBLFINNFCL(Application.platform, isDeveloper);
|
||||
}
|
||||
|
||||
// Token: 0x06009483 RID: 38019 RVA: 0x002D8F70 File Offset: 0x002D7170
|
||||
public void OEHJHPLILLG()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06009484 RID: 38020 RVA: 0x002D8F74 File Offset: 0x002D7174
|
||||
public GAProfile GMOJOFFFAED()
|
||||
{
|
||||
bool isDeveloper = SessionManager.BIAOMKDOLDL;
|
||||
return this.GFNEJKLCBBA(Application.platform, isDeveloper);
|
||||
}
|
||||
|
||||
// Token: 0x06009485 RID: 38021 RVA: 0x002D8F94 File Offset: 0x002D7194
|
||||
public GAProfile MIJFDDPDJKB()
|
||||
{
|
||||
bool isDeveloper = SessionManager.BIAOMKDOLDL;
|
||||
return this.PBMNIBIBNEO(Application.platform, isDeveloper);
|
||||
}
|
||||
|
||||
// Token: 0x06009486 RID: 38022 RVA: 0x002D8FB4 File Offset: 0x002D71B4
|
||||
public int COEDAHEGKPD(RuntimePlatform FFLFKFHEGGM, bool MKPGCDHBOMP)
|
||||
{
|
||||
foreach (GAPlatfromBound gaplatfromBound in this.platfromBounds)
|
||||
{
|
||||
if (gaplatfromBound.platfrom.Equals(FFLFKFHEGGM))
|
||||
{
|
||||
int num = gaplatfromBound.profileIndex;
|
||||
if (MKPGCDHBOMP)
|
||||
{
|
||||
num = gaplatfromBound.profileIndexTestMode;
|
||||
}
|
||||
if (num < this.accounts.Count)
|
||||
{
|
||||
return num;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Token: 0x06009487 RID: 38023 RVA: 0x002D905C File Offset: 0x002D725C
|
||||
public static GoogleAnalyticsSettings MKFEBFELIBA()
|
||||
{
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = Resources.Load("Received RPC \"") as GoogleAnalyticsSettings;
|
||||
if (GoogleAnalyticsSettings.instance == null)
|
||||
{
|
||||
GoogleAnalyticsSettings.instance = ScriptableObject.CreateInstance<GoogleAnalyticsSettings>();
|
||||
}
|
||||
}
|
||||
return GoogleAnalyticsSettings.instance;
|
||||
}
|
||||
|
||||
// Token: 0x06009488 RID: 38024 RVA: 0x002D90AC File Offset: 0x002D72AC
|
||||
public void KAHFAPHOAGF(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
this.accounts.Add(CECDNGGHGAK);
|
||||
}
|
||||
|
||||
// Token: 0x06009489 RID: 38025 RVA: 0x002D90BC File Offset: 0x002D72BC
|
||||
public void CCDHLOFCLDN(GAProfile CECDNGGHGAK)
|
||||
{
|
||||
this.accounts.Add(CECDNGGHGAK);
|
||||
}
|
||||
|
||||
// Token: 0x0600948A RID: 38026 RVA: 0x002D90CC File Offset: 0x002D72CC
|
||||
public GAProfile KDBIHFGHIBG()
|
||||
{
|
||||
bool isDeveloper = SessionManager.BIAOMKDOLDL;
|
||||
return this.FGPAHNNFDDE(Application.platform, isDeveloper);
|
||||
}
|
||||
|
||||
// Token: 0x0600948B RID: 38027 RVA: 0x002D90EC File Offset: 0x002D72EC
|
||||
public string[] BCLAELMLDDL()
|
||||
{
|
||||
List<string> list = new List<string>();
|
||||
foreach (GAProfile gaprofile in this.accounts)
|
||||
{
|
||||
list.Add(gaprofile.Name);
|
||||
}
|
||||
return list.ToArray();
|
||||
}
|
||||
|
||||
// Token: 0x040012D5 RID: 4821
|
||||
public static string VERSION_NUMBER = "3.0.2";
|
||||
|
||||
// Token: 0x040012D6 RID: 4822
|
||||
[SerializeField]
|
||||
public List<GAProfile> accounts = new List<GAProfile>();
|
||||
|
||||
// Token: 0x040012D7 RID: 4823
|
||||
[SerializeField]
|
||||
public List<GAPlatfromBound> platfromBounds = new List<GAPlatfromBound>();
|
||||
|
||||
// Token: 0x040012D8 RID: 4824
|
||||
public bool showAdditionalParams;
|
||||
|
||||
// Token: 0x040012D9 RID: 4825
|
||||
public bool showAdvancedParams;
|
||||
|
||||
// Token: 0x040012DA RID: 4826
|
||||
public bool showCParams;
|
||||
|
||||
// Token: 0x040012DB RID: 4827
|
||||
public bool showAccounts = true;
|
||||
|
||||
// Token: 0x040012DC RID: 4828
|
||||
public bool showPlatfroms;
|
||||
|
||||
// Token: 0x040012DD RID: 4829
|
||||
public bool showTestingMode;
|
||||
|
||||
// Token: 0x040012DE RID: 4830
|
||||
public string AppName = "My App";
|
||||
|
||||
// Token: 0x040012DF RID: 4831
|
||||
public string AppVersion = "0.0.1";
|
||||
|
||||
// Token: 0x040012E0 RID: 4832
|
||||
public bool UseHTTPS;
|
||||
|
||||
// Token: 0x040012E1 RID: 4833
|
||||
public bool StringEscaping = true;
|
||||
|
||||
// Token: 0x040012E2 RID: 4834
|
||||
public bool EditorAnalytics = true;
|
||||
|
||||
// Token: 0x040012E3 RID: 4835
|
||||
public bool IsDisabled;
|
||||
|
||||
// Token: 0x040012E4 RID: 4836
|
||||
public bool IsTestingModeEnabled;
|
||||
|
||||
// Token: 0x040012E5 RID: 4837
|
||||
public int TestingModeAccIndex;
|
||||
|
||||
// Token: 0x040012E6 RID: 4838
|
||||
public bool IsRequetsCachingEnabled = true;
|
||||
|
||||
// Token: 0x040012E7 RID: 4839
|
||||
public bool IsQueueTimeEnabled = true;
|
||||
|
||||
// Token: 0x040012E8 RID: 4840
|
||||
public bool AutoLevelTracking = true;
|
||||
|
||||
// Token: 0x040012E9 RID: 4841
|
||||
public string LevelPrefix = "Level_";
|
||||
|
||||
// Token: 0x040012EA RID: 4842
|
||||
public string LevelPostfix = string.Empty;
|
||||
|
||||
// Token: 0x040012EB RID: 4843
|
||||
public bool AutoAppQuitTracking = true;
|
||||
|
||||
// Token: 0x040012EC RID: 4844
|
||||
public bool AutoCampaignTracking;
|
||||
|
||||
// Token: 0x040012ED RID: 4845
|
||||
public bool AutoExceptionTracking = true;
|
||||
|
||||
// Token: 0x040012EE RID: 4846
|
||||
public bool AutoAppResumeTracking = true;
|
||||
|
||||
// Token: 0x040012EF RID: 4847
|
||||
public bool SubmitSystemInfoOnFirstLaunch = true;
|
||||
|
||||
// Token: 0x040012F0 RID: 4848
|
||||
public bool UsePlayerSettingsForAppInfo = true;
|
||||
|
||||
// Token: 0x040012F1 RID: 4849
|
||||
private const string AnalyticsSettingsAssetName = "GoogleAnalyticsSettings";
|
||||
|
||||
// Token: 0x040012F2 RID: 4850
|
||||
private const string AnalyticsSettingsAssetExtension = ".asset";
|
||||
|
||||
// Token: 0x040012F3 RID: 4851
|
||||
private static GoogleAnalyticsSettings instance;
|
||||
}
|
||||
Reference in New Issue
Block a user