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