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

◆ ProcessMessage()

override void SaveSynchronisationOperation_SendFileList.ProcessMessage ( SaveSynchronisationOperation::MessageId messageId,
byte[] data )
inlinevirtual

Reimplemented from SaveSynchronisationOperation.

Definition at line 172 of file SaveSynchronisationOperation_SendFileList.cs.

173 {
174 int num = this.fileCountPending;
176 this.SendNextFile();
177 if (this.fileCountPending == 0)
178 {
179 int num2 = 1;
180 this.IsComplete = num2 != 0;
181 }
182 }
class f__AnonymousType0<< Count > j__TPar

References fileCountPending, j__TPar, and SendNextFile().