PGRData/Resources/Scripts/XRedPoint/XRedPointConditions/XRedPointConditionRpgMakerGame.lua
2022-12-26 14:06:01 +05:30

11 lines
No EOL
239 B
Lua

local XRedPointConditionRpgMakerGame = {}
function XRedPointConditionRpgMakerGame.Check()
if XDataCenter.RpgMakerGameManager.CheckRedPoint() then
return true
end
return false
end
return XRedPointConditionRpgMakerGame