7 lines
138 B
C++
Executable file
7 lines
138 B
C++
Executable file
#include "JettyBootsSave.h"
|
|
|
|
FJettyBootsSave::FJettyBootsSave() {
|
|
this->bInitializeNPCs = false;
|
|
this->LastHighScoreIndex = 0;
|
|
}
|
|
|