forked from endernon/PGRData
7 lines
229 B
Lua
7 lines
229 B
Lua
|
local XRedPointConditionCourseBanner = {}
|
||
|
|
||
|
function XRedPointConditionCourseBanner.Check()
|
||
|
return XRedPointConditionCourseExamTog.Check() or XRedPointConditionCourseLessonTog.Check()
|
||
|
end
|
||
|
|
||
|
return XRedPointConditionCourseBanner
|