Files
FNGameProj/Source/FortniteUI/Private/WaxProgressWidgetBase.cpp
2024-01-21 00:41:14 +01:00

19 lines
259 B
C++

#include "WaxProgressWidgetBase.h"
void UWaxProgressWidgetBase::OnPendingFlashes(const TArray<int32>& Flashes) {
}
void UWaxProgressWidgetBase::OnAnyTokenChange() {
}
UWaxProgressWidgetBase::UWaxProgressWidgetBase() {
this->WaxMutator = NULL;
}