mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
4 lines
217 B
Lua
4 lines
217 B
Lua
|
|
-- HelloWorld addon — test the WoWee addon system
|
||
|
|
print("|cff00ff00[HelloWorld]|r Addon loaded! Lua 5.1 is working.")
|
||
|
|
print("|cff00ff00[HelloWorld]|r GetTime() = " .. string.format("%.2f", GetTime()) .. " seconds")
|