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

◆ Write()

void System.Net.MonoChunkParser.Write ( byte[] buffer,
int offset,
int size )
inline

Definition at line 49 of file MonoChunkParser.cs.

50 {
51 this.InternalWrite(buffer, offset, size);
52 }
void InternalWrite(byte[] buffer, int offset, int size)

References System.Net.MonoChunkParser.InternalWrite(), and System.offset.