AsherGlick / Burrito

An overlay tool for Guild Wars 2 that works on linux
GNU General Public License v2.0
75 stars 18 forks source link

Moving to an attribute-based inheritance model #293

Closed AsherGlick closed 1 month ago

AsherGlick commented 1 month ago

In-memory parseables can no longer be composed. The XML inheritance functionality is now specific to XML. This makes a lot of work much simpler to accomplish correctly.

Also adds tests to validate that inheritance works as expected.