Version Bump and Framework Update
This commit is contained in:
@@ -653,6 +653,7 @@
|
||||
combatObject[4].need_refresh = true
|
||||
combatObject[5].need_refresh = true
|
||||
|
||||
--isn't shadow deprecated?
|
||||
if (overallCombatObject) then --link � a tabela de combate do overall
|
||||
combatObject[1].shadow = overallCombatObject[1]
|
||||
combatObject[2].shadow = overallCombatObject[2]
|
||||
|
||||
@@ -459,7 +459,9 @@ end
|
||||
funcao_de_criacao = actorContainer:FuncaoDeCriacao(containerType),
|
||||
tipo = containerType,
|
||||
combatId = combatId,
|
||||
---@type actor[]
|
||||
_ActorTable = {},
|
||||
---@type table<string, number>
|
||||
_NameIndexTable = {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user