Version Bump and Framework Update

This commit is contained in:
Tercio Jose
2023-05-20 11:16:48 -03:00
parent 7f4d966460
commit 64a7053089
11 changed files with 506 additions and 263 deletions
+1
View File
@@ -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]
+2
View File
@@ -459,7 +459,9 @@ end
funcao_de_criacao = actorContainer:FuncaoDeCriacao(containerType),
tipo = containerType,
combatId = combatId,
---@type actor[]
_ActorTable = {},
---@type table<string, number>
_NameIndexTable = {}
}