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