mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +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;
|
|
}
|
|
|