Project Alice
|
#include <commands.hpp>
Public Attributes | |
dcon::province_id | location |
dcon::factory_type_id | type |
uint8_t | priority |
bool | subsidize |
Definition at line 195 of file commands.hpp.
dcon::province_id command::factory_data::location |
Definition at line 196 of file commands.hpp.
uint8_t command::factory_data::priority |
Definition at line 198 of file commands.hpp.
bool command::factory_data::subsidize |
Definition at line 199 of file commands.hpp.
dcon::factory_type_id command::factory_data::type |
Definition at line 197 of file commands.hpp.