10 lines
286 B
C++
Executable file
10 lines
286 B
C++
Executable file
#include "FSDServerSearchOptions.h"
|
|
|
|
FFSDServerSearchOptions::FFSDServerSearchOptions() {
|
|
this->JoinStatus = ESteamServerJoinStatus::Open;
|
|
this->SearchRegion = ESteamSearchRegion::Close;
|
|
this->DeepDive = false;
|
|
this->MissionSeed = 0;
|
|
this->GlobalMissionSeed = 0;
|
|
}
|
|
|