PGRData/Script/matrix/xredpoint/xredpointconditions/XRedPointConditionCourseExamTog.lua
2024-09-01 22:49:41 +02:00

7 lines
No EOL
197 B
Lua

local XRedPointConditionCourseExamTog = {}
function XRedPointConditionCourseExamTog.Check()
return XDataCenter.CourseManager.CheckCourseExamReddot()
end
return XRedPointConditionCourseExamTog