8 lines
No EOL
231 B
Lua
8 lines
No EOL
231 B
Lua
|
|
local XRedPointEquipGuideHasStrongerWeapon = {}
|
|
|
|
function XRedPointEquipGuideHasStrongerWeapon.Check(target)
|
|
return XDataCenter.EquipGuideManager.CheckHasStrongerWeapon(target)
|
|
end
|
|
|
|
return XRedPointEquipGuideHasStrongerWeapon |