mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
19 lines
259 B
C++
19 lines
259 B
C++
#include "WaxProgressWidgetBase.h"
|
|
|
|
|
|
|
|
void UWaxProgressWidgetBase::OnPendingFlashes(const TArray<int32>& Flashes) {
|
|
}
|
|
|
|
void UWaxProgressWidgetBase::OnAnyTokenChange() {
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
UWaxProgressWidgetBase::UWaxProgressWidgetBase() {
|
|
this->WaxMutator = NULL;
|
|
}
|
|
|