コード例 #1
0
 void IDataIO.Read(byte[] data, int offset)
 {
     Str.Read(data, offset + 0x00);
     Int.Read(data, offset + 0x02);
     Wis.Read(data, offset + 0x04);
     Dex.Read(data, offset + 0x06);
     Con.Read(data, offset + 0x08);
     Cha.Read(data, offset + 0x0a);
     Str00.Read(data, offset + 0x0c);
 }