File stateService.hpp¶
Typedefs
-
using Value = std::variant<sol::lua_nil_t, bool, double, std::string, sol::table, sol::function>¶
The StateService is responsible for storing gameplay-related variables that make up the state of the game.
Typedefs
The StateService is responsible for storing gameplay-related variables that make up the state of the game.