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

◆ GetStoragePath()

override string ReLogic.OS.Windows.PathService.GetStoragePath ( )
inline

Definition at line 11 of file PathService.cs.

12 {
13 return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "My Games");
14 }
static string GetFolderPath(Environment.SpecialFolder folder)
static string Combine(string path1, string path2)
Definition Path.cs:41

References System.IO.Path.Combine(), and System.Environment.GetFolderPath().