Guest User

Untitled

a guest
Nov 23rd, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. -- loads the localization table --
  2.  
  3. local L = LibStub("AceLocale-3.0"):GetLocale("TradeSkillMaster_Destroying")
  4.  
  5.  
  6.  
  7. -- load the parent file (TSM) into a local variable and register this file as a module
  8.  
  9. local TSM = select(2, ...)
  10.  
  11. local util = TSM:NewModule("util", "AceEvent-3.0")
  12.  
  13. local AceGUI = LibStub("AceGUI-3.0") -- load the AceGUI libraries
Add Comment
Please, Sign In to add comment