Files
FNGameProj/Source/FortniteGame/Private/FortKeepEventInfo.cpp
2024-01-21 00:41:14 +01:00

14 lines
237 B
C++

#include "FortKeepEventInfo.h"
int32 UFortKeepEventInfo::NumberOfWaves() {
return 0;
}
FKeepEventWaveData UFortKeepEventInfo::GetWave(int32 Index) {
return FKeepEventWaveData{};
}
UFortKeepEventInfo::UFortKeepEventInfo() {
}