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

20 lines
289 B
C++

#include "AshtonWidgetBase.h"
void UAshtonWidgetBase::UpdateAllUI(bool bFirstUpdate) {
}
void UAshtonWidgetBase::OnVillainRespawnsRemainingChanged() {
}
void UAshtonWidgetBase::OnStoneListChanged() {
}
UAshtonWidgetBase::UAshtonWidgetBase() {
this->AshtonMutatorRef = NULL;
}