Files
FNGameProj/Source/FortniteGame/Private/FortPartyRepData.cpp
T
2024-06-07 01:17:09 +02:00

15 lines
441 B
C++

#include "FortPartyRepData.h"
FFortPartyRepData::FFortPartyRepData() {
PartyState = EFortPartyState::Undetermined;
LobbyConnectionStarted = false;
MatchmakingResult = EMatchmakingCompleteResult::NotStarted;
MatchmakingState = EMatchmakingState::NotMatchmaking;
SessionIsCriticalMission = false;
ZoneTileIndex = 0;
AllowJoinInProgress = false;
AthenaSquadFill = false;
PartyIsJoinedInProgress = false;
}