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
IPathService.cs
Go to the documentation of this file.
1using System;
2
3namespace ReLogic.OS
4{
5 // Token: 0x02000B20 RID: 2848
6 public interface IPathService
7 {
8 // Token: 0x06005346 RID: 21318
9 string GetStoragePath();
10
11 // Token: 0x06005347 RID: 21319
12 string GetStoragePath(string subfolder);
13
14 // Token: 0x06005348 RID: 21320
15 string ExpandPathVariables(string path);
16 }
17}
class f__AnonymousType0<< Count > j__TPar
string ExpandPathVariables(string path)
string GetStoragePath(string subfolder)