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;
2
3namespace ReLogic.OS.Base
4{
5 // Token: 0x02000B2E RID: 2862
6 internal abstract class PathService : IPathService
7 {
8 // Token: 0x06005379 RID: 21369 RVA: 0x002849A8 File Offset: 0x00282BA8
9 public string ExpandPathVariables(string path)
10 {
12 }
13
14 // Token: 0x0600537A RID: 21370
15 public abstract string GetStoragePath();
16
17 // Token: 0x0600537B RID: 21371 RVA: 0x002849BC File Offset: 0x00282BBC
18 public string GetStoragePath(string subfolder)
19 {
20 string text;
21 return text;
22 }
23
24 // Token: 0x0600537C RID: 21372 RVA: 0x002849CC File Offset: 0x00282BCC
25 protected PathService()
26 {
27 }
28 }
29}
class f__AnonymousType0<< Count > j__TPar
string ExpandPathVariables(string path)
Definition PathService.cs:9
string GetStoragePath(string subfolder)
static string ExpandEnvironmentVariables(string name)