7 lines
205 B
Lua
7 lines
205 B
Lua
|
local XRedPointConditionCourseLessonTog = {}
|
||
|
|
||
|
function XRedPointConditionCourseLessonTog.Check()
|
||
|
return XDataCenter.CourseManager.CheckCourseLessonReddot()
|
||
|
end
|
||
|
|
||
|
return XRedPointConditionCourseLessonTog
|