forked from endernon/PGRData
7 lines
No EOL
197 B
Lua
7 lines
No EOL
197 B
Lua
local XRedPointConditionCourseExamTog = {}
|
|
|
|
function XRedPointConditionCourseExamTog.Check()
|
|
return XDataCenter.CourseManager.CheckCourseExamReddot()
|
|
end
|
|
|
|
return XRedPointConditionCourseExamTog |