mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
22 lines
425 B
C++
22 lines
425 B
C++
#include "AthenaCountdownWidgetBase.h"
|
|
|
|
|
|
|
|
|
|
|
|
void UAthenaCountdownWidgetBase::HandleGamePhaseStepChanged(EAthenaGamePhaseStep Step) {
|
|
}
|
|
|
|
void UAthenaCountdownWidgetBase::HandleCountdownUpdate(int32 TimeRemaining) {
|
|
}
|
|
|
|
void UAthenaCountdownWidgetBase::HandleCountdownStarted(int32 TimeRemaining) {
|
|
}
|
|
|
|
void UAthenaCountdownWidgetBase::HandleCountdownFinished() {
|
|
}
|
|
|
|
UAthenaCountdownWidgetBase::UAthenaCountdownWidgetBase() {
|
|
}
|
|
|