mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-16 04:32:29 +00:00
feat: update CCharacterComponent and CCharacterCreation classes
This commit is contained in:
parent
971b781368
commit
f2a253f5ad
8 changed files with 348 additions and 22 deletions
|
|
@ -1287,9 +1287,14 @@ struct CHARACTER_INFO {
|
|||
};
|
||||
|
||||
struct CHARACTER_CREATE_INFO {
|
||||
uint8_t unk[24];
|
||||
uint32_t raceID;
|
||||
uint32_t sexID;
|
||||
uint32_t unk;
|
||||
uint32_t hairColorID;
|
||||
uint32_t skinID;
|
||||
uint32_t faceID;
|
||||
uint32_t facialFeatureID;
|
||||
uint32_t hairStyleID;
|
||||
};
|
||||
|
||||
struct CLIENT_NETSTATS {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue