|
Freeciv-3.4
|
#include <packets_gen.h>
Data Fields | |
| int | category_num |
| int | player_id |
| int | score |
| int | category_score [32] |
| bool | winner |
Definition at line 94 of file packets_gen.h.
| int packet_endgame_player::category_num |
Definition at line 95 of file packets_gen.h.
Referenced by endgame_report_dialog_player(), and endgame_report::update_report().
| int packet_endgame_player::category_score |
Definition at line 98 of file packets_gen.h.
Referenced by endgame_report_dialog_player(), and endgame_report::update_report().
| int packet_endgame_player::player_id |
Definition at line 96 of file packets_gen.h.
Referenced by endgame_report_dialog_player(), handle_endgame_player(), and endgame_report::update_report().
| int packet_endgame_player::score |
Definition at line 97 of file packets_gen.h.
Referenced by endgame_report_dialog_player(), and endgame_report::update_report().
| bool packet_endgame_player::winner |
Definition at line 99 of file packets_gen.h.
Referenced by handle_endgame_player().