8 lines
157 B
C++
Executable file
8 lines
157 B
C++
Executable file
#include "SaveGameSnapShot.h"
|
|
|
|
FSaveGameSnapShot::FSaveGameSnapShot() {
|
|
this->IsObsolete = false;
|
|
this->VersionNumber = 0;
|
|
this->Credits = 0;
|
|
}
|
|
|