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

7 lines
137 B
C++

#include "FortQuestPoolStats_PerPool.h"
FFortQuestPoolStats_PerPool::FFortQuestPoolStats_PerPool() {
this->RerollsRemaining = 0;
}