Files
2026-04-22 15:51:07 +02:00

11 lines
336 B
C++

#include "FortUINavigationOperation.h"
FFortUINavigationOperation::FFortUINavigationOperation() {
this->Operation = EFortUINavigationOp::PopContentStack;
this->SquadSlotIndex = 0;
this->Item = NULL;
this->Feature = EFortUIFeature::ShowHome;
this->ItemManagementFilter = EFortFrontendInventoryFilter::Schematics;
}