forked from endernon/PGRData
9 lines
203 B
Lua
9 lines
203 B
Lua
|
|
||
|
local XRedPointEquipGuideCanEquip = {}
|
||
|
|
||
|
|
||
|
function XRedPointEquipGuideCanEquip.Check(equipId)
|
||
|
return XDataCenter.EquipGuideManager.CheckEquipCanEquip(equipId)
|
||
|
end
|
||
|
|
||
|
return XRedPointEquipGuideCanEquip
|