Internal Garbage Collector update

This commit is contained in:
Tercio Jose
2023-03-19 20:10:28 -03:00
parent b22d7ece99
commit 13b8bd8826
14 changed files with 299 additions and 322 deletions
-4
View File
@@ -1523,10 +1523,6 @@ end
return shadow
end
function atributo_energy:ColetarLixo (lastevent)
return _detalhes:ColetarLixo (class_type, lastevent)
end
function _detalhes.refresh:r_atributo_energy (este_jogador, shadow)
detailsFramework:Mixin(este_jogador, Details222.Mixins.ActorMixin)
setmetatable(este_jogador, _detalhes.atributo_energy)