Files
2026-04-22 15:51:07 +02:00

19 lines
259 B
C++

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