PGRData/Resources/Scripts/XRedPoint/XRedPointConditions/XRedPointConditionRpgMakerGame.lua

11 lines
239 B
Lua
Raw Normal View History

2022-12-26 14:06:01 +05:30
local XRedPointConditionRpgMakerGame = {}
function XRedPointConditionRpgMakerGame.Check()
if XDataCenter.RpgMakerGameManager.CheckRedPoint() then
return true
end
return false
end
return XRedPointConditionRpgMakerGame