export SpellTrait

João Fidalgo 4 months ago
parent f2412218cd
commit b1bc776204
  1. 2
      src/_bastion.lua

@ -96,6 +96,8 @@ function Bastion.Bootstrap()
---@type SpellBook
Bastion.SpellBook = Bastion.require("SpellBook")
Bastion.Globals.SpellBook = Bastion.SpellBook:New()
---@type SpellTrait
Bastion.SpellTrait = Bastion.require("SpellTrait")
---@type Item
Bastion.Item = Bastion.require("Item")
---@type ItemBook

Loading…
Cancel
Save