Project Alice
|
#include <commands.hpp>
Public Attributes | |
dcon::province_id | location |
dcon::factory_type_id | type |
uint8_t | priority |
bool | subsidize |
Definition at line 189 of file commands.hpp.
dcon::province_id command::factory_data::location |
Definition at line 190 of file commands.hpp.
uint8_t command::factory_data::priority |
Definition at line 192 of file commands.hpp.
bool command::factory_data::subsidize |
Definition at line 193 of file commands.hpp.
dcon::factory_type_id command::factory_data::type |
Definition at line 191 of file commands.hpp.