This commit is contained in:
@@ -40,8 +40,6 @@ namespace game::resource::xml
|
||||
query_string_attribute(root, "Name", &name);
|
||||
|
||||
root->QueryFloatAttribute("Weight", &weight);
|
||||
root->QueryFloatAttribute("WeightMin", &weightMin);
|
||||
root->QueryFloatAttribute("WeightMax", &weightMax);
|
||||
|
||||
root->QueryFloatAttribute("Capacity", &capacity);
|
||||
root->QueryFloatAttribute("CapacityMin", &capacityMin);
|
||||
|
||||
@@ -117,8 +117,6 @@ namespace game::resource::xml
|
||||
std::string name{};
|
||||
std::filesystem::path path{};
|
||||
float weight{50};
|
||||
float weightMin{};
|
||||
float weightMax{999};
|
||||
float capacity{2000.0f};
|
||||
float capacityMin{2000.0f};
|
||||
float capacityMax{99999.0f};
|
||||
|
||||
Reference in New Issue
Block a user