示例#1
0
 public Chunk_MCAL(ADTFile file) : base(file, "MCAL", Magic)
 {
     data = file.readBytes((int)ChunkSize);
 }
示例#2
0
 public Chunk_MCAL(ADTFile file)
     : base(file, "MCAL", Magic)
 {
     data = file.readBytes((int)ChunkSize);
 }