Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Deserialize()

override bool Terraria.GameContent.NetModules.NetCreativeUnlocksPlayerReportModule.Deserialize ( BinaryReader reader,
int userId )
inline

Definition at line 19 of file NetCreativeUnlocksPlayerReportModule.cs.

20 {
21 if (reader.ReadByte() == 0)
22 {
23 reader.ReadUInt16();
24 reader.ReadUInt16();
25 }
26 return true;
27 }
virtual byte ReadByte()
virtual ushort ReadUInt16()

References System.IO.BinaryReader.ReadByte(), and System.IO.BinaryReader.ReadUInt16().