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

12 lines
288 B
C++
Executable file

#include "FSDServerListRequest.h"
FFSDServerListRequest::FFSDServerListRequest() {
this->Distance = 0;
this->DRG_PWREQUIRED = 0;
this->DRG_VERSION = 0;
this->DifficultyBitset = 0;
this->MissionSeed = 0;
this->GlobalMissionSeed = 0;
this->DeepDive = false;
}