mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 12:03:27 +00:00
10 lines
141 B
C++
10 lines
141 B
C++
#include "TutorialSubsystem.h"
|
|
|
|
bool UTutorialSubsystem::IsInTutorial() {
|
|
return false;
|
|
}
|
|
|
|
UTutorialSubsystem::UTutorialSubsystem() {
|
|
}
|
|
|