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

◆ ArchiveNameForEvent

string Ionic.Zip.ZipFile.ArchiveNameForEvent
getprivate

Definition at line 1671 of file ZipFile.cs.

1672 {
1673 get
1674 {
1675 string name = this._name;
1676 return "(stream)";
1677 }
1678 }