Files
FNGameProj/Source/FortniteGame/Private/FortAthenaMutator_GamePhaseMessage.cpp
T
2024-03-03 23:44:39 +01:00

12 lines
317 B
C++

#include "FortAthenaMutator_GamePhaseMessage.h"
void AFortAthenaMutator_GamePhaseMessage::OnLoadingScreenVisibilityChanged(bool bVisible) {
}
void AFortAthenaMutator_GamePhaseMessage::OnGamePhaseChanged(EAthenaGamePhase NewPhase) {
}
AFortAthenaMutator_GamePhaseMessage::AFortAthenaMutator_GamePhaseMessage() {
}