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

20 lines
280 B
C++

#include "MashWidgetBase.h"
void UMashWidgetBase::OnPlayerScoresChanged() {
}
void UMashWidgetBase::OnDynamicScoreMultiplierChanged() {
}
void UMashWidgetBase::OnConstantScoreMultiplierChanged() {
}
UMashWidgetBase::UMashWidgetBase() {
this->MashMutatorRef = NULL;
}