49
edits
No edit summary |
|||
| Line 46: | Line 46: | ||
There are three main types of files that you'll need to worry about with AddOn editing: | There are three main types of files that you'll need to worry about with AddOn editing: | ||
* [[TOC File]] - This file is required for any WoW AddOn, and supplies WoW with information about your AddOn and its files. | * [[TOC File]] - This file is required for any WoW AddOn, and supplies WoW with information about your AddOn and its files. | ||
* | * Lua Files - This contains Lua code for your AddOn. | ||
* XML Files - This holds the layout of UI windows, buttons, and similar for your AddOn. | * XML Files - This holds the layout of UI windows, buttons, and similar for your AddOn. | ||