【修行】玩家信息界面显示的神印图标,在一行和两行的玩家之间切换,有遮挡

dev_chengFeng
ZhangBiao 2021-05-27 14:44:49 +08:00
parent 0c78275a6e
commit f832ecfc33
1 changed files with 1 additions and 0 deletions

View File

@ -443,6 +443,7 @@ function this.BeatHim()
end
--界面关闭时调用(用于子类重写)
function PlayerInfoPopup:OnClose()
this.imprintObj:SetActive(false)
end
--界面销毁时调用(用于子类重写)