15 enum class Type : uint64 {
24 using SizeInfoList = ::std::unordered_map<::persona::BodySize::Type, ::persona::SizeInfo>;
29 MCAPI_C static ::std::string getStringFromType(::persona::BodySize::Type bodySizeType);
31 MCAPI_C static ::persona::BodySize::Type getTypeFromString(::std::string_view bodySizeStr);
37 MCAPI static ::std::unordered_map<::persona::BodySize::Type, ::persona::SizeInfo>
const& mInfoList();