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

8 lines
139 B
C++

#include "FortPartyMatchmakingInfo.h"
FFortPartyMatchmakingInfo::FFortPartyMatchmakingInfo() {
BuildId = 0;
HotfixVersion = 0;
}