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

9 lines
237 B
C++

#include "FortHealthyGamingData.h"
FFortHealthyGamingData::FFortHealthyGamingData() {
this->HealthWarningToastInterval = 0.00f;
this->GameplayRestrictionWarningTimeOffset = 0.00f;
this->bUsePlayerTimeLimitSystem = false;
}