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

11 lines
296 B
C++
Executable file

#include "FSDGameModeSpaceRig.h"
AActor* AFSDGameModeSpaceRig::GetFreeSpawnOfType(ESpacerigStartType aType, AFSDPlayerController* AController) {
return NULL;
}
AFSDGameModeSpaceRig::AFSDGameModeSpaceRig() {
this->AmountOfPlayersSpawnedInMedbay = 0;
this->StartedSession = false;
}