777 lines
20 KiB
C#
777 lines
20 KiB
C#
using System;
|
|
using System.IO;
|
|
using UnityEngine;
|
|
|
|
namespace UTJ
|
|
{
|
|
// Token: 0x020002E8 RID: 744
|
|
[Serializable]
|
|
public class DataPath
|
|
{
|
|
// Token: 0x06009197 RID: 37271 RVA: 0x002BCF30 File Offset: 0x002BB130
|
|
public string PKOGEDFDNGG()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "RpcMasterRequestGuess";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 0)
|
|
{
|
|
text += "KAsyES5yZWNyb29tLlRvb2xEYXRhEkwKHnNhbmRib3hfc3Bhd25lZF9lcXVp";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x06009198 RID: 37272 RVA: 0x002BCFEC File Offset: 0x002BB1EC
|
|
public string JOAHMMDFDBG()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "null";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 1)
|
|
{
|
|
text += " (eye)";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x06009199 RID: 37273 RVA: 0x002BD0A8 File Offset: 0x002BB2A8
|
|
public string FPGNJABKPKN()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "Room data is null.";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 0)
|
|
{
|
|
text += "1";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x0600919A RID: 37274 RVA: 0x002BD164 File Offset: 0x002BB364
|
|
public void CIIKDHJFGGP()
|
|
{
|
|
Directory.CreateDirectory(this.OKFNANLOIGP());
|
|
}
|
|
|
|
// Token: 0x0600919B RID: 37275 RVA: 0x002BD174 File Offset: 0x002BB374
|
|
public DataPath()
|
|
{
|
|
}
|
|
|
|
// Token: 0x0600919C RID: 37276 RVA: 0x002BD17C File Offset: 0x002BB37C
|
|
public void LHANNKCAKEC()
|
|
{
|
|
Directory.CreateDirectory(this.BFMIJLONLKJ());
|
|
}
|
|
|
|
// Token: 0x0600919D RID: 37277 RVA: 0x002BD18C File Offset: 0x002BB38C
|
|
public void KBPLEIOOAPN()
|
|
{
|
|
Directory.CreateDirectory(this.FPGNJABKPKN());
|
|
}
|
|
|
|
// Token: 0x0600919E RID: 37278 RVA: 0x002BD19C File Offset: 0x002BB39C
|
|
public void BOCEECIMPIH()
|
|
{
|
|
Directory.CreateDirectory(this.LCDAEFODHMP());
|
|
}
|
|
|
|
// Token: 0x0600919F RID: 37279 RVA: 0x002BD1AC File Offset: 0x002BB3AC
|
|
public void PGLPABNOADF()
|
|
{
|
|
Directory.CreateDirectory(this.CNPBAJDLAEE());
|
|
}
|
|
|
|
// Token: 0x060091A0 RID: 37280 RVA: 0x002BD1BC File Offset: 0x002BB3BC
|
|
public void OPGENEAMJIM()
|
|
{
|
|
Directory.CreateDirectory(this.PKOGEDFDNGG());
|
|
}
|
|
|
|
// Token: 0x060091A1 RID: 37281 RVA: 0x002BD1CC File Offset: 0x002BB3CC
|
|
public string PBFELAMNMBA()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "&sc=start";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 0)
|
|
{
|
|
text += "^name too short!";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091A2 RID: 37282 RVA: 0x002BD288 File Offset: 0x002BB488
|
|
public string HELBEKBBMGO()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "AddAllButton";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 1)
|
|
{
|
|
text += "New notification!";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091A3 RID: 37283 RVA: 0x002BD344 File Offset: 0x002BB544
|
|
public string OKFNANLOIGP()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "Not now";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 0)
|
|
{
|
|
text += "RpcRequestMasterFinishRoom";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091A4 RID: 37284 RVA: 0x002BD400 File Offset: 0x002BB600
|
|
public void LCJIJDALMFM()
|
|
{
|
|
Directory.CreateDirectory(this.CJGCENCALOK());
|
|
}
|
|
|
|
// Token: 0x060091A5 RID: 37285 RVA: 0x002BD410 File Offset: 0x002BB610
|
|
public string MGHHOOBLELH()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "[ACTk] ObscuredPrefs.ForceLockToDeviceInit() is called, but device ID is already obtained!";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 1)
|
|
{
|
|
text += "_trigger";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091A6 RID: 37286 RVA: 0x002BD4CC File Offset: 0x002BB6CC
|
|
public void CMDDCJNOBKA()
|
|
{
|
|
Directory.CreateDirectory(this.LCDAEFODHMP());
|
|
}
|
|
|
|
// Token: 0x060091A7 RID: 37287 RVA: 0x002BD4DC File Offset: 0x002BB6DC
|
|
public string HAMOLONMCFB()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "<color=\"";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 0)
|
|
{
|
|
text += "RpcOnOutOfBoundsHitPlayer";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091A8 RID: 37288 RVA: 0x002BD598 File Offset: 0x002BB798
|
|
public void DLICDKCNPGP()
|
|
{
|
|
Directory.CreateDirectory(this.LNCHLGIMEOA());
|
|
}
|
|
|
|
// Token: 0x060091A9 RID: 37289 RVA: 0x002BD5A8 File Offset: 0x002BB7A8
|
|
public void DELANMOELBG()
|
|
{
|
|
Directory.CreateDirectory(this.LNCHLGIMEOA());
|
|
}
|
|
|
|
// Token: 0x060091AA RID: 37290 RVA: 0x002BD5B8 File Offset: 0x002BB7B8
|
|
public void BLJJLFBKJLI()
|
|
{
|
|
Directory.CreateDirectory(this.LODFLHDAMLL());
|
|
}
|
|
|
|
// Token: 0x060091AB RID: 37291 RVA: 0x002BD5C8 File Offset: 0x002BB7C8
|
|
public string CNPBAJDLAEE()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "GA FREE - Demo06 (960x600px)";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 0)
|
|
{
|
|
text += "JoinRandomRoom failed. In offline mode you still have to leave a room to enter another.";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091AC RID: 37292 RVA: 0x002BD684 File Offset: 0x002BB884
|
|
public void DEKMMHLFAAA()
|
|
{
|
|
Directory.CreateDirectory(this.FPGNJABKPKN());
|
|
}
|
|
|
|
// Token: 0x060091AD RID: 37293 RVA: 0x002BD694 File Offset: 0x002BB894
|
|
public void NPINOBFEJKD()
|
|
{
|
|
Directory.CreateDirectory(this.CJGCENCALOK());
|
|
}
|
|
|
|
// Token: 0x060091AE RID: 37294 RVA: 0x002BD6A4 File Offset: 0x002BB8A4
|
|
public string MDPGJAGGBAL()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "time";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 0)
|
|
{
|
|
text += " for incoming message event not found.";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091AF RID: 37295 RVA: 0x002BD760 File Offset: 0x002BB960
|
|
public void NAAGNHACJGO()
|
|
{
|
|
Directory.CreateDirectory(this.BFMIJLONLKJ());
|
|
}
|
|
|
|
// Token: 0x060091B0 RID: 37296 RVA: 0x002BD770 File Offset: 0x002BB970
|
|
public string OPCCFIGGDLK()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "HTTPResponse";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 1)
|
|
{
|
|
text += "RpcOnProductRelease";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091B1 RID: 37297 RVA: 0x002BD82C File Offset: 0x002BBA2C
|
|
public string LNCHLGIMEOA()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "system_info_submited";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 1)
|
|
{
|
|
text += "PlayStation Only Matching";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091B2 RID: 37298 RVA: 0x002BD8E8 File Offset: 0x002BBAE8
|
|
public void MGCHMAIDKBO()
|
|
{
|
|
Directory.CreateDirectory(this.IPOBGDECPDC());
|
|
}
|
|
|
|
// Token: 0x060091B3 RID: 37299 RVA: 0x002BD8F8 File Offset: 0x002BBAF8
|
|
public void BKLBAIKPLJE()
|
|
{
|
|
Directory.CreateDirectory(this.MGHHOOBLELH());
|
|
}
|
|
|
|
// Token: 0x060091B4 RID: 37300 RVA: 0x002BD908 File Offset: 0x002BBB08
|
|
public void GKNMOKPLKPJ()
|
|
{
|
|
Directory.CreateDirectory(this.IPOBGDECPDC());
|
|
}
|
|
|
|
// Token: 0x060091B5 RID: 37301 RVA: 0x002BD918 File Offset: 0x002BBB18
|
|
public string NBHJHBEBADC()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "Room: '{0}' {1},{2} {4}/{3} players.";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 1)
|
|
{
|
|
text += "Checkout";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091B6 RID: 37302 RVA: 0x002BD9D4 File Offset: 0x002BBBD4
|
|
public string BFMIJLONLKJ()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "No player instance found in Hand Start()";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 0)
|
|
{
|
|
text += " b=";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091B7 RID: 37303 RVA: 0x002BDA90 File Offset: 0x002BBC90
|
|
public void ABGEFKIGHKP()
|
|
{
|
|
Directory.CreateDirectory(this.CILEFNEFPHD());
|
|
}
|
|
|
|
// Token: 0x060091B8 RID: 37304 RVA: 0x002BDAA0 File Offset: 0x002BBCA0
|
|
public string GFAPJCMLNFF()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "RpcStartNewSubExtrusion";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 0)
|
|
{
|
|
text += "onupdateparams";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091B9 RID: 37305 RVA: 0x002BDB5C File Offset: 0x002BBD5C
|
|
public string CJGCENCALOK()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "Instance of JsonData doesn't hold an int";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 1)
|
|
{
|
|
text += "looktarget";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091BA RID: 37306 RVA: 0x002BDC18 File Offset: 0x002BBE18
|
|
public void NAJPJJBAKEP()
|
|
{
|
|
Directory.CreateDirectory(this.MDPGJAGGBAL());
|
|
}
|
|
|
|
// Token: 0x060091BB RID: 37307 RVA: 0x002BDC28 File Offset: 0x002BBE28
|
|
public string LCDAEFODHMP()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "_Coord";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 0)
|
|
{
|
|
text += "BonusAward";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091BC RID: 37308 RVA: 0x002BDCE4 File Offset: 0x002BBEE4
|
|
public void MBIOLFJHLLD()
|
|
{
|
|
Directory.CreateDirectory(this.MDPGJAGGBAL());
|
|
}
|
|
|
|
// Token: 0x060091BD RID: 37309 RVA: 0x002BDCF4 File Offset: 0x002BBEF4
|
|
public string CILEFNEFPHD()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += ".";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 0)
|
|
{
|
|
text += "/";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091BE RID: 37310 RVA: 0x002BDDB0 File Offset: 0x002BBFB0
|
|
public void HBAGHPJCOLL()
|
|
{
|
|
Directory.CreateDirectory(this.GFAPJCMLNFF());
|
|
}
|
|
|
|
// Token: 0x060091BF RID: 37311 RVA: 0x002BDDC0 File Offset: 0x002BBFC0
|
|
public void EGMKFPAIDNL()
|
|
{
|
|
Directory.CreateDirectory(this.BFMIJLONLKJ());
|
|
}
|
|
|
|
// Token: 0x060091C0 RID: 37312 RVA: 0x002BDDD0 File Offset: 0x002BBFD0
|
|
public DataPath(DataPath.LBMGHLBBKBJ KNLFPBGGOAI, string LNPHBLIDKKF)
|
|
{
|
|
this.m_root = KNLFPBGGOAI;
|
|
this.m_leaf = LNPHBLIDKKF;
|
|
}
|
|
|
|
// Token: 0x060091C1 RID: 37313 RVA: 0x002BDDE8 File Offset: 0x002BBFE8
|
|
public string IPOBGDECPDC()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "dns";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 1)
|
|
{
|
|
text += "Failed to send report: ";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x060091C2 RID: 37314 RVA: 0x002BDEA4 File Offset: 0x002BC0A4
|
|
public string LODFLHDAMLL()
|
|
{
|
|
string text = string.Empty;
|
|
switch (this.m_root)
|
|
{
|
|
case DataPath.LBMGHLBBKBJ.CurrentDirectory:
|
|
text += "menu";
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.PersistentDataPath:
|
|
text += Application.persistentDataPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.StreamingAssetsPath:
|
|
text += Application.streamingAssetsPath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.TemporaryCachePath:
|
|
text += Application.temporaryCachePath;
|
|
break;
|
|
case DataPath.LBMGHLBBKBJ.DataPath:
|
|
text += Application.dataPath;
|
|
break;
|
|
}
|
|
if (this.m_leaf.Length > 0)
|
|
{
|
|
text += "OutfitSelections";
|
|
text += this.m_leaf;
|
|
}
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x04001293 RID: 4755
|
|
public DataPath.LBMGHLBBKBJ m_root;
|
|
|
|
// Token: 0x04001294 RID: 4756
|
|
public string m_leaf;
|
|
|
|
// Token: 0x020002E9 RID: 745
|
|
public enum LBMGHLBBKBJ
|
|
{
|
|
// Token: 0x04001296 RID: 4758
|
|
CurrentDirectory,
|
|
// Token: 0x04001297 RID: 4759
|
|
PersistentDataPath,
|
|
// Token: 0x04001298 RID: 4760
|
|
StreamingAssetsPath,
|
|
// Token: 0x04001299 RID: 4761
|
|
TemporaryCachePath,
|
|
// Token: 0x0400129A RID: 4762
|
|
DataPath
|
|
}
|
|
}
|
|
}
|