Files
2024-08-23 15:49:34 +08:00

14 lines
309 B
Plaintext

--灵宠
require("Util")
require("LuaUtil")
PetsAllPower= {}
local _UIImgTexts
function PetsAllPower.Awake( ... )
_UIImgTexts = _UIImgText:GetComponent('UIImgText')
end
function PetsAllPower.Update()
_UIImgTexts.text = CS.GameManager.gameManager.PlayerDataPool.FellowBookData.PetBookTotlePower
end