mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
18 lines
372 B
C++
18 lines
372 B
C++
#include "FortAlterationModOptinScreenBase.h"
|
|
|
|
void UFortAlterationModOptinScreenBase::SetupItem(UFortItem* Item) {
|
|
}
|
|
|
|
void UFortAlterationModOptinScreenBase::RequestClose(bool bCancelled) {
|
|
}
|
|
|
|
|
|
|
|
void UFortAlterationModOptinScreenBase::ConvertItemAlterations() {
|
|
}
|
|
|
|
UFortAlterationModOptinScreenBase::UFortAlterationModOptinScreenBase() {
|
|
this->ItemToOptin = NULL;
|
|
}
|
|
|