You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
374 B
12 lines
374 B
6 months ago
|
--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
|
||
|
local ____exports = {}
|
||
|
local _, _Mekanome = ...
|
||
|
local Mekanome = _Mekanome
|
||
|
local function FrostMage()
|
||
|
print("Frost!")
|
||
|
return nil
|
||
|
end
|
||
|
Mekanome.ActionManager.Add("frost_mage", {run = FrostMage, priority = 1, loadConditions = {spec = 3, class = 8}})
|
||
|
____exports.default = nil
|
||
|
return ____exports
|