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