コード例 #1
0
ファイル: DiscReader.cs プロジェクト: markstinson/crapwii
 public int ReadInt32()
 {
     return(context.ReadInt32());
 }