feat(ui): add background support for character creation screen

This commit is contained in:
VDm 2025-05-18 01:52:28 +04:00
parent e08b41a133
commit 77cb9ed966
4 changed files with 92 additions and 7 deletions

View file

@ -1289,7 +1289,7 @@ struct CHARACTER_INFO {
struct CHARACTER_CREATE_INFO {
uint32_t raceID;
uint32_t sexID;
uint32_t unk;
uint32_t classID;
uint32_t hairColorID;
uint32_t skinID;
uint32_t faceID;