コード例 #1
0
ファイル: NbtBinaryReader.cs プロジェクト: Jorch72/CS-fNbt
 public int ReadLenght()
 {
     return((int)VarInt.ReadUInt32(BaseStream));
 }