コード例 #1
0
 public GoGoNipponCharacterData(string filename, UInt64 offset, UInt64 size, GoGoNipponCharacterSource intr)
 {
     this.filename = filename;
     this.offset   = offset;
     this.size     = size;
     this.intr     = intr;
 }
コード例 #2
0
ファイル: GoGoNippon.cs プロジェクト: Nielk1/NekoPuppet
 public GoGoNipponCharacterData(string filename, UInt64 offset, UInt64 size, GoGoNipponCharacterSource intr)
 {
     this.filename = filename;
     this.offset = offset;
     this.size = size;
     this.intr = intr;
 }