【合成优化】魂印合成优化2

dev_chengFeng
zhangqiang 2021-02-03 16:09:07 +08:00
parent 505a5eaa66
commit 8ea6f2fcf8
1 changed files with 2 additions and 2 deletions

View File

@ -52,9 +52,9 @@ function this:BindEvent()
end
end, 0.5)
end
Util.AddLongPressClick(this.compoundSoulPrintBtn, function()
Util.AddClick(this.compoundSoulPrintBtn, function()
UIManager.OpenPanel(UIName.SoulPrintPopUp,0,nil,curSelectSoulPrint.Id,nil,nil)
end, 0.5)
end)
end