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

12 lines
259 B
C++

#include "FortGameStateFOB.h"
void AFortGameStateFOB::SetGameDifficultyRow(const FDataTableRowHandle& GameDifficultyInfo) {
}
void AFortGameStateFOB::SetGameDifficultyExplicitly(const float InGameDifficulty) {
}
AFortGameStateFOB::AFortGameStateFOB() {
}