7 lines
186 B
C++
Executable file
7 lines
186 B
C++
Executable file
#include "SpacerigStart.h"
|
|
|
|
ASpacerigStart::ASpacerigStart() : APlayerStart(FObjectInitializer::Get()) {
|
|
this->usedBy = NULL;
|
|
this->StartType = ESpacerigStartType::PlayerHub;
|
|
}
|
|
|