jeffi 11 months ago
parent 29aa5b6d31
commit 6f19ba8b4a
  1. 2
      Examples/ExampleModule.lua

@ -2,7 +2,7 @@ local Tinkr, Bastion = ...
local ExampleModule = Bastion.Module:New('ExampleModule') local ExampleModule = Bastion.Module:New('ExampleModule')
local Player = Bastion.UnitManager:Get('player') local Player = Bastion.UnitManager:Get('player')
-- Create a local spellbook -- Create a local spellbook.
local SpellBook = Bastion.SpellBook:New() local SpellBook = Bastion.SpellBook:New()
local FlashHeal = SpellBook:GetSpell(2061) local FlashHeal = SpellBook:GetSpell(2061)

Loading…
Cancel
Save