10 lines
179 B
C++
Executable file
10 lines
179 B
C++
Executable file
#include "JettyBootsReplay.h"
|
|
|
|
FJettyBootsReplay::FJettyBootsReplay() {
|
|
this->Seed = 0;
|
|
this->State = 0;
|
|
this->Level = 0;
|
|
this->Score = 0;
|
|
this->Lives = 0;
|
|
}
|
|
|