Files
FNGameProj/Source/FortniteGame/Private/CreativePlotSessionData.cpp
T
2024-03-03 23:44:39 +01:00

9 lines
201 B
C++

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