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

◆ FileData() [2/2]

Terraria.IO.FileData.FileData ( string type,
string path,
bool isCloud )
inlineprotected

Definition at line 46 of file FileData.cs.

47 {
48 this.Type = type;
49 this._path = path;
50 if (true)
51 {
52 return;
53 }
54 bool flag = Main.LocalFavoriteData.IsFavorite(this);
55 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Terraria.Main.LocalFavoriteData.