mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-03 04:23:31 +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() {
|
|
}
|
|
|