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

9 lines
183 B
C++

#include "CreativePlotSessionData.h"
FCreativePlotSessionData::FCreativePlotSessionData() {
TimesInventoryOpened = 0;
TimesIslandMenuOpened = 0;
TimesGameStarted = 0;
}