Freeciv-3.2
|
#include <packets_gen.h>
Data Fields | |
int | category_num |
int | player_id |
int | score |
int | category_score [32] |
bool | winner |
Definition at line 89 of file packets_gen.h.
int packet_endgame_player::category_num |
Definition at line 90 of file packets_gen.h.
Referenced by endgame_report_dialog_player(), and endgame_report::update_report().
int packet_endgame_player::category_score[32] |
Definition at line 93 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 91 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 92 of file packets_gen.h.
Referenced by endgame_report_dialog_player(), and endgame_report::update_report().
bool packet_endgame_player::winner |
Definition at line 94 of file packets_gen.h.
Referenced by handle_endgame_player().