mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
80f5b9ef0d
* move "prediction" from module into a library
* reduce the resize and trigger calls on unitframes
* improve performance by caching frames and events
* introduce later API commands such as:
- UnitGetIncomingHeals(unit)
- UnitHasIncomingResurrection(unit)
* update unitframes to make use of new api calls
* delay spell cache loading to not overwrite previous
* remove all unitframe specific code from library
13 lines
471 B
XML
13 lines
471 B
XML
<Ui xmlns="http://www.blizzard.com/wow/ui/">
|
|
<Include file="..\libs\libtipscan.lua"/>
|
|
<Include file="..\libs\libspell.lua"/>
|
|
<Include file="..\libs\libcast.lua"/>
|
|
<Include file="..\libs\libdebuff.lua"/>
|
|
<Include file="..\libs\librange.lua"/>
|
|
<Include file="..\libs\libunitscan.lua"/>
|
|
<Include file="..\libs\libtooltip.lua"/>
|
|
<Include file="..\libs\libhealth.lua"/>
|
|
<Include file="..\libs\libtotem.lua"/>
|
|
<Include file="..\libs\libpredict.lua"/>
|
|
</Ui>
|