Files
FNGameProj/Source/FortniteGame/Private/FortCreativeTimerObjective.cpp
T
2024-06-07 01:17:09 +02:00

22 lines
472 B
C++

#include "FortCreativeTimerObjective.h"
void AFortCreativeTimerObjective::SetHUDData(FTimerObjectiveHUDData NewHUDData) {
}
void AFortCreativeTimerObjective::OnGameStateSet(AFortGameState* GameState) {
}
void AFortCreativeTimerObjective::BroadcastUpdateToHUD() {
}
void AFortCreativeTimerObjective::AddTimerObjectiveToVolume() {
}
AFortCreativeTimerObjective::AFortCreativeTimerObjective() {
Volume = NULL;
MaintainInteractionWhileLookingAround = false;
}