コード例 #1
0
ファイル: ByteArray.cs プロジェクト: sepehrkiller/Draven
 public int ReadInt32()
 {
     return(dataInput.ReadInt32());
 }