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

7 lines
144 B
C++
Executable file

#include "OptionsInSaveGame.h"
FOptionsInSaveGame::FOptionsInSaveGame() {
this->SaveGameOptionsValid = false;
this->ScreenMode = 0;
}