mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-27 23:20:20 +00:00
modularize loading for all possible extra data
This commit is contained in:
@@ -478,9 +478,9 @@ private:
|
||||
*/
|
||||
void UpdatePetXml(tinyxml2::XMLDocument& document);
|
||||
|
||||
void SaveItemConfigXml(const tinyxml2::XMLElement& x, Item* item);
|
||||
void SaveItemConfigXml(tinyxml2::XMLElement& i, const Item* const item) const;
|
||||
|
||||
void LoadItemConfigXml(const tinyxml2::XMLElement& x, Item* item);
|
||||
void LoadItemConfigXml(const tinyxml2::XMLElement& i, Item* const item);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user