mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 01:34:07 +00:00
make LoadFromXml usage consistent across comps (#673)
This commit is contained in:
@@ -289,7 +289,7 @@ Entity* BuffComponent::GetParent() const
|
||||
return m_Parent;
|
||||
}
|
||||
|
||||
void BuffComponent::LoadFromXML(tinyxml2::XMLDocument* doc)
|
||||
void BuffComponent::LoadFromXml(tinyxml2::XMLDocument* doc)
|
||||
{
|
||||
// Load buffs
|
||||
auto* dest = doc->FirstChildElement("obj")->FirstChildElement("dest");
|
||||
|
Reference in New Issue
Block a user