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

◆ SendFile()

void SaveSynchronisationClient.SendFile ( string filename)
inline

Definition at line 42 of file SaveSynchronisationClient.cs.

43 {
44 if (!true)
45 {
46 }
47 string savePath = Main.SavePath;
48 string text = filename.Replace(savePath, "");
49 }
static string SavePath
Definition Main.cs:4045

References Terraria.Main.SavePath, and System.text.