Freeciv-3.3
|
#include <packets_gen.h>
Data Fields | |
int | owner |
int | tile |
Unit_type_id | type |
int | count |
Definition at line 1712 of file packets_gen.h.
int packet_edit_unit_remove::count |
Definition at line 1716 of file packets_gen.h.
Referenced by dsend_packet_edit_unit_remove().
int packet_edit_unit_remove::owner |
Definition at line 1713 of file packets_gen.h.
Referenced by dsend_packet_edit_unit_remove().
int packet_edit_unit_remove::tile |
Definition at line 1714 of file packets_gen.h.
Referenced by dsend_packet_edit_unit_remove().
Unit_type_id packet_edit_unit_remove::type |
Definition at line 1715 of file packets_gen.h.