コード例 #1
0
ファイル: BufferReader.cs プロジェクト: daxingyou/AraleEngine
 public bool readBool()
 {
     return(br.readBool(_buffer, _offset++));
 }