9 lines
166 B
C++
Executable file
9 lines
166 B
C++
Executable file
#include "MissionFunctionLibrary.h"
|
|
|
|
int32 UMissionFunctionLibrary::GetGlobalMissionSeed() {
|
|
return 0;
|
|
}
|
|
|
|
UMissionFunctionLibrary::UMissionFunctionLibrary() {
|
|
}
|
|
|