inventory convert fix (items count)

This commit is contained in:
MihailRis
2024-05-05 17:49:17 +03:00
parent bad871b0a2
commit 2a77c24414
5 changed files with 16 additions and 4 deletions
+2
View File
@@ -118,6 +118,8 @@ namespace dynamic {
Map& put(std::string key, bool value);
Map& put(std::string key, std::unique_ptr<Value> value);
void remove(const std::string& key);
List& putList(std::string key);
Map& putMap(std::string key);