1
2
3
4
5
6
7
8
9
10
11
12
13
14
| // A9 26 ¾º¼¼³¡¶ÔÕ½Íæ¼Ò×îÐÂÐÅÏ¢ #tagGCArenaBattlePlayerInfo
|
| struct tagGCArenaBattlePlayerInfo
| {
| tagHead Head;
| DWORD PlayerID; //Ä¿±êÍæ¼ÒID
| char PlayerName[33];
| BYTE Job;
| WORD LV; //µÈ¼¶
| WORD RealmLV; //¾³½ç£¬»úÆ÷È˶Á¾³½ç±íÈ¡µÈ¼¶¶ÔÓ¦¾³½ç
| DWORD FightPower; //Õ½Á¦ÇóÓàÒÚ²¿·Ö£¬»úÆ÷È˶ÁµÈ¼¶±íÈ¡µÈ¼¶¶ÔÓ¦Õ½Á¦
| DWORD FightPowerEx; //Õ½Á¦Õû³ýÒÚ²¿·Ö£¬»úÆ÷È˶ÁµÈ¼¶±íÈ¡µÈ¼¶¶ÔÓ¦Õ½Á¦
| DWORD Score; //»ý·Ö
| };
|
|