move logic to Item

This commit is contained in:
David Markowitz
2024-05-20 20:49:42 -07:00
parent 787237c930
commit 693a2fef35
4 changed files with 75 additions and 71 deletions

View File

@@ -477,10 +477,6 @@ private:
* @param document the xml doc to load from
*/
void UpdatePetXml(tinyxml2::XMLDocument& document);
void SaveItemConfigXml(tinyxml2::XMLElement& i, const Item* const item) const;
void LoadItemConfigXml(const tinyxml2::XMLElement& i, Item* const item);
};
#endif