7 lines
145 B
C++
Executable file
7 lines
145 B
C++
Executable file
#include "SchematicSave.h"
|
|
|
|
FSchematicSave::FSchematicSave() {
|
|
this->bFirstSchematicMessageShown = false;
|
|
this->SkinFixupCounter = 0;
|
|
}
|
|
|