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

8 lines
132 B
C++

#include "FortPSALoadingScreen.h"
FFortPSALoadingScreen::FFortPSALoadingScreen() {
PercentChance = 0;
MinimumGames = 0;
}