Project Alice
|
#include <commands.hpp>
Public Attributes | |
int8_t | education_spending |
int8_t | military_spending |
int8_t | administrative_spending |
int8_t | social_spending |
int8_t | land_spending |
int8_t | naval_spending |
int8_t | construction_spending |
int8_t | poor_tax |
int8_t | middle_tax |
int8_t | rich_tax |
int8_t | tariffs_import |
int8_t | tariffs_export |
int8_t | domestic_investment |
int8_t | overseas |
Definition at line 242 of file commands.hpp.
int8_t command::budget_settings_data::administrative_spending |
Definition at line 245 of file commands.hpp.
int8_t command::budget_settings_data::construction_spending |
Definition at line 249 of file commands.hpp.
int8_t command::budget_settings_data::domestic_investment |
Definition at line 255 of file commands.hpp.
int8_t command::budget_settings_data::education_spending |
Definition at line 243 of file commands.hpp.
int8_t command::budget_settings_data::land_spending |
Definition at line 247 of file commands.hpp.
int8_t command::budget_settings_data::middle_tax |
Definition at line 251 of file commands.hpp.
int8_t command::budget_settings_data::military_spending |
Definition at line 244 of file commands.hpp.
int8_t command::budget_settings_data::naval_spending |
Definition at line 248 of file commands.hpp.
int8_t command::budget_settings_data::overseas |
Definition at line 256 of file commands.hpp.
int8_t command::budget_settings_data::poor_tax |
Definition at line 250 of file commands.hpp.
int8_t command::budget_settings_data::rich_tax |
Definition at line 252 of file commands.hpp.
int8_t command::budget_settings_data::social_spending |
Definition at line 246 of file commands.hpp.
int8_t command::budget_settings_data::tariffs_export |
Definition at line 254 of file commands.hpp.
int8_t command::budget_settings_data::tariffs_import |
Definition at line 253 of file commands.hpp.