PGRData/Script/matrix/xredpoint/xredpointconditions/XRedPointEquipGuideHasStrongerWeapon.lua

8 lines
231 B
Lua
Raw Normal View History

2024-09-01 20:49:41 +00:00
local XRedPointEquipGuideHasStrongerWeapon = {}
function XRedPointEquipGuideHasStrongerWeapon.Check(target)
return XDataCenter.EquipGuideManager.CheckHasStrongerWeapon(target)
end
return XRedPointEquipGuideHasStrongerWeapon