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

7 lines
145 B
C++
Executable file

#include "SchematicSave.h"
FSchematicSave::FSchematicSave() {
this->bFirstSchematicMessageShown = false;
this->SkinFixupCounter = 0;
}