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 |
int8_t | domestic_investment |
int8_t | overseas |
Definition at line 236 of file commands.hpp.
int8_t command::budget_settings_data::administrative_spending |
Definition at line 239 of file commands.hpp.
int8_t command::budget_settings_data::construction_spending |
Definition at line 243 of file commands.hpp.
int8_t command::budget_settings_data::domestic_investment |
Definition at line 248 of file commands.hpp.
int8_t command::budget_settings_data::education_spending |
Definition at line 237 of file commands.hpp.
int8_t command::budget_settings_data::land_spending |
Definition at line 241 of file commands.hpp.
int8_t command::budget_settings_data::middle_tax |
Definition at line 245 of file commands.hpp.
int8_t command::budget_settings_data::military_spending |
Definition at line 238 of file commands.hpp.
int8_t command::budget_settings_data::naval_spending |
Definition at line 242 of file commands.hpp.
int8_t command::budget_settings_data::overseas |
Definition at line 249 of file commands.hpp.
int8_t command::budget_settings_data::poor_tax |
Definition at line 244 of file commands.hpp.
int8_t command::budget_settings_data::rich_tax |
Definition at line 246 of file commands.hpp.
int8_t command::budget_settings_data::social_spending |
Definition at line 240 of file commands.hpp.
int8_t command::budget_settings_data::tariffs |
Definition at line 247 of file commands.hpp.