terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
PathService.cs
Go to the documentation of this file.
1using System;
3
4namespace ReLogic.OS.OSX
5{
6 // Token: 0x02000B28 RID: 2856
7 internal class PathService : PathService
8 {
9 // Token: 0x0600535E RID: 21342 RVA: 0x00284718 File Offset: 0x00282918
10 public override string GetStoragePath()
11 {
13 bool flag = string.IsNullOrEmpty(environmentVariable);
14 return ".";
15 }
16
17 // Token: 0x0600535F RID: 21343 RVA: 0x00284748 File Offset: 0x00282948
18 public PathService()
19 {
20 }
21 }
22}
class f__AnonymousType0<< Count > j__TPar
override string GetStoragePath()
static string GetEnvironmentVariable(string variable)