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

13 lines
223 B
C++

#include "FortProgressModal.h"
UFortProgressModal::UFortProgressModal() {
this->bIntroOutroEnabled = false;
this->bAutoInitialize = false;
this->bFocusSelf = false;
this->bConsumeAnalogInput = false;
}