Working correctly
This commit is contained in:
parent
e2d598d5d0
commit
9d57971414
3 changed files with 6 additions and 4 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <variant>
|
||||
#include <string_view>
|
||||
#include <unordered_map>
|
||||
#include <nlohmann/json_fwd.hpp>
|
||||
#include "generic_object.hpp"
|
||||
|
||||
|
||||
|
@ -22,7 +23,7 @@ namespace character {
|
|||
|
||||
class BillyObjects final {
|
||||
public:
|
||||
static constexpr std::size_t max_num_obj{ 3 };
|
||||
using json = nlohmann::json;
|
||||
using container = std::unordered_map<billyEnums, billyObjects>;
|
||||
|
||||
static constexpr std::array<billyEnums, 12> all_objects{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue