Files
2026-04-22 15:51:07 +02:00

9 lines
237 B
C++

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