8 lines
173 B
C++
Executable file
8 lines
173 B
C++
Executable file
#include "ModdingUISettings.h"
|
|
|
|
FModdingUISettings::FModdingUISettings() {
|
|
this->SortField = 0;
|
|
this->SortAscending = false;
|
|
this->bShowSandboxLabel = false;
|
|
}
|
|
|