Freeciv-3.3
|
#include <packets_gen.h>
Data Fields | |
int | actor_id |
int | target_id |
int | cost |
action_id | action_type |
int | request_kind |
Definition at line 745 of file packets_gen.h.
action_id packet_unit_action_answer::action_type |
Definition at line 749 of file packets_gen.h.
Referenced by dsend_packet_unit_action_answer().
int packet_unit_action_answer::actor_id |
Definition at line 746 of file packets_gen.h.
Referenced by dsend_packet_unit_action_answer().
int packet_unit_action_answer::cost |
Definition at line 748 of file packets_gen.h.
int packet_unit_action_answer::request_kind |
Definition at line 750 of file packets_gen.h.
Referenced by dsend_packet_unit_action_answer().
int packet_unit_action_answer::target_id |
Definition at line 747 of file packets_gen.h.
Referenced by dsend_packet_unit_action_answer().