示例#1
0
 internal override void Read(NBTStream stream)
 {
     stream.ReadInt();
     this.Data = stream.ReadBytes();
 }