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

8 lines
155 B
C++

#include "FortWorldPlayerLoadout.h"
FFortWorldPlayerLoadout::FFortWorldPlayerLoadout() {
this->bPlayerIsNew = false;
this->ZonesCompleted = 0;
}