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

◆ ResourcePack()

Terraria.IO.ResourcePack.ResourcePack ( IServiceProvider services,
string path )
inline

Definition at line 131 of file ResourcePack.cs.

132 {
133 bool flag = File.Exists(path);
134 this._isCompressed = true;
135 }
class f__AnonymousType0<< Count > j__TPar
static bool Exists(string path)
Definition File.cs:86

References System.IO.File.Exists(), and j__TPar.