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

7 lines
132 B
C++

#include "FortMatchmakingGather.h"
UFortMatchmakingGather::UFortMatchmakingGather() {
this->ChanceToJoinInProgress = 0.00f;
}