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

◆ Reader

BinaryReader Terraria.Net.NetPacket.Reader
get

Definition at line 40 of file NetPacket.cs.

41 {
42 get
43 {
44 return this.Buffer.Reader;
45 }
46 }