mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 19:27:55 +00:00
20 lines
280 B
C++
20 lines
280 B
C++
#include "MashWidgetBase.h"
|
|
|
|
|
|
|
|
void UMashWidgetBase::OnPlayerScoresChanged() {
|
|
}
|
|
|
|
|
|
void UMashWidgetBase::OnDynamicScoreMultiplierChanged() {
|
|
}
|
|
|
|
|
|
void UMashWidgetBase::OnConstantScoreMultiplierChanged() {
|
|
}
|
|
|
|
UMashWidgetBase::UMashWidgetBase() {
|
|
this->MashMutatorRef = NULL;
|
|
}
|
|
|