AsherGlick / Burrito

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

Pruning usage of AttributeVariable and cleaning up associated code #257

Closed AsherGlick closed 9 months ago

AsherGlick commented 9 months ago

We were using the dataclass AttributeVariable very wrongly, this cleans that up by creating a new minimal dataclass for the fields we need to pass into the attribute classes. Additionally cleans up a few other things associated with the code that needed to be changed.