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