forked from endernon/PGRData
11 lines
285 B
Lua
11 lines
285 B
Lua
|
local XRedPointConditionPokemonTaskRed = {}
|
||
|
local Events = nil
|
||
|
|
||
|
function XRedPointConditionPokemonTaskRed.GetSubEvents()
|
||
|
end
|
||
|
|
||
|
function XRedPointConditionPokemonTaskRed.Check()
|
||
|
return XDataCenter.PokemonManager.CheckPokemonTaskRedPoint()
|
||
|
end
|
||
|
|
||
|
return XRedPointConditionPokemonTaskRed
|