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

◆ OldSavePath

string Terraria.Main.OldSavePath
staticget

Definition at line 4077 of file Main.cs.

4078 {
4079 get
4080 {
4081 if (!true)
4082 {
4083 }
4084 if (Main._oldSavePath == null)
4085 {
4086 if (!true)
4087 {
4088 }
4089 Main._oldSavePath = Main.SavePath + "/OldSaves";
4090 }
4091 if (!true)
4092 {
4093 }
4094 return Main._oldSavePath;
4095 }
4096 }
class f__AnonymousType0<< Count > j__TPar

Referenced by Terraria.Player.LoadPlayer().