componets json with defaults, minor formatting

This commit is contained in:
2022-11-26 13:48:52 +01:00
parent ab0e5afb94
commit 5148ea7217
18 changed files with 24 additions and 23 deletions

View File

@ -4,7 +4,7 @@
namespace MM::Components {
struct Name {
static const size_t max_str_len = 64;
static const size_t max_str_len {64u};
std::string str;
};
}