mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
11 lines
280 B
C++
11 lines
280 B
C++
#include "FortClientPilot_FrontendCampaign.h"
|
|
|
|
UFortClientPilot_FrontendCampaign::UFortClientPilot_FrontendCampaign() {
|
|
bShouldPickRandomMap = false;
|
|
iSelectedTheater = 0;
|
|
iSelectedTile = 0;
|
|
RandomZoneDifficultyMinimum = 1;
|
|
RandomZoneDifficultyMaximum = 1;
|
|
}
|
|
|