Rift tour

This commit is contained in:
Gray
2024-03-14 19:29:58 -04:00
parent 215d7b81d0
commit c19f67c675
7 changed files with 367 additions and 114 deletions

View File

@@ -82,4 +82,9 @@ public:
}
};
*/
*/
struct PadHex10 { char Pad[0x10]; };
struct PadHex18 { char Pad[0x18]; };
struct PadHexA8 { char Pad[0xA8]; };
struct PadHexB0 { char Pad[0xB0]; };