Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
packet_edit_unit_remove Struct Reference

#include <packets_gen.h>

Data Fields

int owner
 
int tile
 
Unit_type_id type
 
int count
 

Detailed Description

Definition at line 1705 of file packets_gen.h.

Field Documentation

◆ count

int packet_edit_unit_remove::count

Definition at line 1709 of file packets_gen.h.

Referenced by dsend_packet_edit_unit_remove().

◆ owner

int packet_edit_unit_remove::owner

Definition at line 1706 of file packets_gen.h.

Referenced by dsend_packet_edit_unit_remove().

◆ tile

int packet_edit_unit_remove::tile

Definition at line 1707 of file packets_gen.h.

Referenced by dsend_packet_edit_unit_remove().

◆ type

Unit_type_id packet_edit_unit_remove::type

Definition at line 1708 of file packets_gen.h.