mirror of
https://codeberg.org/Duvelcorp/MetaHunt.git
synced 2026-09-22 07:36:58 +00:00
24 lines
627 B
XML
24 lines
627 B
XML
<!--
|
|
MetaHunt Module Loader
|
|
|
|
-->
|
|
<Ui xmlns="http://www.blizzard.com/wow/ui/">
|
|
<!-- FeedOMatic Module - ENABLED -->
|
|
<Include file="..\modules\feedomatic\loader.xml"/>
|
|
|
|
<!-- Tooltips Module - ENABLED -->
|
|
<Include file="..\modules\tooltips\loader.xml"/>
|
|
|
|
<!-- Chronometer Module - ENABLED -->
|
|
<Include file="..\modules\chronometer\loader.xml"/>
|
|
|
|
<!-- ZHunter Module - ENABLED -->
|
|
<Include file="..\modules\zhunter\loader.xml"/>
|
|
|
|
<!-- SmartAmmo Module - ENABLED -->
|
|
<Include file="..\modules\smartammo\loader.xml"/>
|
|
|
|
<!-- AutoBuy Module - ENABLED -->
|
|
<Include file="..\modules\autobuy\loader.xml"/>
|
|
</Ui>
|