continuity/hex-patterns/SkillAccount.hexpat

7 lines
95 B
Text
Raw Normal View History

2024-09-18 14:34:58 +00:00
struct skillAccount {
u16 id;
char name[25];
char desc[81];
};
skillAccount skills[999] @0x6C;