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
366 B
12 lines
366 B
6 months ago
|
--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
|
||
|
local ____exports = {}
|
||
|
local _, _Mekanome = ...
|
||
|
local Mekanome = _Mekanome
|
||
|
local function FireMage()
|
||
|
print("Fire!")
|
||
|
return
|
||
|
end
|
||
|
Mekanome.ActionManager.Add("fire_mage", {run = FireMage, priority = 1, loadConditions = {spec = 2, class = 8}})
|
||
|
____exports.default = nil
|
||
|
return ____exports
|