DRG-Femboy-Voice/Source/FSD/Private/SaveGameSnapShot.cpp
2025-04-15 12:39:31 -07:00

8 lines
157 B
C++
Executable file

#include "SaveGameSnapShot.h"
FSaveGameSnapShot::FSaveGameSnapShot() {
this->IsObsolete = false;
this->VersionNumber = 0;
this->Credits = 0;
}