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

◆ Mount()

void DefaultFileAPI.Mount ( bool forSync)
inline

Implements FileAPI.

Definition at line 42 of file DefaultFileAPI.cs.

43 {
44 bool flag = string.IsNullOrEmpty(this._userSavePath);
45 string savePath = Main.SavePath;
46 this._userSavePath = savePath;
47 }
class f__AnonymousType0<< Count > j__TPar
static string SavePath
Definition Main.cs:4045

References _userSavePath, j__TPar, and Terraria.Main.SavePath.