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

◆ EmitTimesInUnixFormatWhenSaving

bool Ionic.Zip.ZipFile.EmitTimesInUnixFormatWhenSaving
getset

Definition at line 750 of file ZipFile.cs.

751 {
752 get
753 {
754 return this._emitUnixTimes;
755 }
756 set
757 {
758 }
759 }