Files
FNGameProj/Source/FortniteGame/Private/CreativeIslandMatchmakingSettings.cpp
2024-01-21 00:41:14 +01:00

10 lines
279 B
C++

#include "CreativeIslandMatchmakingSettings.h"
FCreativeIslandMatchmakingSettings::FCreativeIslandMatchmakingSettings() {
this->MinimumNumberOfPlayers = 0;
this->MaximumNumberOfPlayers = 0;
this->TargetNumberOfPlayers = 0;
this->bAllowJoinInProgress = false;
}