1
This commit is contained in:
parent
c4913f6fdb
commit
631830c3f1
@ -25,9 +25,17 @@ struct BaseUserData
|
||||
long long data_version1 = 0;
|
||||
};
|
||||
|
||||
struct UserTempCustomData
|
||||
{
|
||||
long long value1 = 0;
|
||||
long long value2 = 0;
|
||||
long long value3 = 0;
|
||||
};
|
||||
|
||||
struct Friend
|
||||
{
|
||||
BaseUserData base_data;
|
||||
UserTempCustomData temp_custom_data;
|
||||
unsigned int crc32_code = 0;
|
||||
|
||||
list_head human_entry;
|
||||
|
Loading…
x
Reference in New Issue
Block a user