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.Linux
5{
6 // Token: 0x02000B2B RID: 2859
7 internal class PathService : PathService
8 {
9 // Token: 0x0600536A RID: 21354 RVA: 0x002848A4 File Offset: 0x00282AA4
10 public override string GetStoragePath()
11 {
12 bool flag = string.IsNullOrEmpty(Environment.GetEnvironmentVariable("XDG_DATA_HOME"));
13 bool flag2 = string.IsNullOrEmpty(Environment.GetEnvironmentVariable("HOME"));
14 return ".";
15 }
16
17 // Token: 0x0600536B RID: 21355 RVA: 0x002848E8 File Offset: 0x00282AE8
18 public PathService()
19 {
20 }
21 }
22}
class f__AnonymousType0<< Count > j__TPar
override string GetStoragePath()
static string GetEnvironmentVariable(string variable)