parent
42909e97b8
commit
a0d0416d83
@ -0,0 +1,15 @@ |
|||||||
|
local Tinkr, Bastion = ... |
||||||
|
|
||||||
|
local Ciscoh1467 = Bastion.Module:New('ciscoh_dev_evoker') |
||||||
|
local Evaluator = Tinkr.Util.Evaluator |
||||||
|
local Player = Bastion.UnitManager:Get('player') |
||||||
|
local None = Bastion.UnitManager:Get('none') |
||||||
|
local Target = Bastion.UnitManager:Get('target') |
||||||
|
|
||||||
|
local DefaultAPL = Bastion.APL:New('default') |
||||||
|
|
||||||
|
Ciscoh1467:Sync(function() |
||||||
|
DefaultAPL:Execute() |
||||||
|
end) |
||||||
|
|
||||||
|
Bastion:Register(Ciscoh1467) |
Loading…
Reference in new issue