Begin to prototype many things.
This commit is contained in:
parent
42530ce824
commit
84450d25af
14 changed files with 176 additions and 9 deletions
|
@ -20,7 +20,7 @@ namespace character::characteristic {
|
|||
}
|
||||
};
|
||||
|
||||
void to_json(json &j, const Endurance &endurance) {
|
||||
static void to_json(json &j, const Endurance &endurance) {
|
||||
to_json(j, static_cast<Characteristic>(endurance));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue