Files
2026-04-22 15:51:07 +02: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;
}