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

7 lines
91 B
C++

#include "FortMapData.h"
FFortMapData::FFortMapData() {
this->SelectionWeight = 1;
}