mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
19 lines
478 B
C++
19 lines
478 B
C++
#include "AthenaGamePhaseWidgetBase.h"
|
|
|
|
void UAthenaGamePhaseWidgetBase::OnGameStateSet(AFortGameState* InGameState) {
|
|
}
|
|
|
|
|
|
void UAthenaGamePhaseWidgetBase::HandleGamePhaseStepChanged(EAthenaGamePhaseStep GamePhaseStep) {
|
|
}
|
|
|
|
void UAthenaGamePhaseWidgetBase::HandleCountdownUpdate(int32 TimeRemaining) {
|
|
}
|
|
|
|
UAthenaGamePhaseWidgetBase::UAthenaGamePhaseWidgetBase() {
|
|
this->StormComingFontMaterial = NULL;
|
|
this->StormComingWarningTime = 0.00f;
|
|
this->TimeText = NULL;
|
|
}
|
|
|