mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +00:00
16 lines
322 B
C++
16 lines
322 B
C++
#include "FortAlterationWidget.h"
|
|
|
|
void UFortAlterationWidget::Setup(UFortAlterationInfo* InAlterationInfo) {
|
|
}
|
|
|
|
|
|
UFortAlterationInfo* UFortAlterationWidget::GetAlterationInfo() const {
|
|
return NULL;
|
|
}
|
|
|
|
UFortAlterationWidget::UFortAlterationWidget() {
|
|
this->MaxPipCount = 0.00f;
|
|
this->AlterationInfo = NULL;
|
|
}
|
|
|