remove deprecated fields related to spellcasting in Character
This commit is contained in:
parent
c4dfb5956d
commit
9fe2276d04
@ -11,8 +11,6 @@ local characterId = 1
|
|||||||
--- @field id Id
|
--- @field id Id
|
||||||
--- @field behaviors Behavior[]
|
--- @field behaviors Behavior[]
|
||||||
--- @field _behaviorsIdx {string: integer}
|
--- @field _behaviorsIdx {string: integer}
|
||||||
--- @field spellbook Spell[] собственный набор спеллов персонажа
|
|
||||||
--- @field cast Spell | nil ссылка на активный спелл из спеллбука
|
|
||||||
local character = {}
|
local character = {}
|
||||||
character.__index = character
|
character.__index = character
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user