Files
UnrealEvent/Project/Source/FortniteGame/Private/BuildingSupportCellIndex.cpp
T
2026-04-22 15:51:07 +02:00

9 lines
150 B
C++

#include "BuildingSupportCellIndex.h"
FBuildingSupportCellIndex::FBuildingSupportCellIndex() {
this->X = 0;
this->Y = 0;
this->Z = 0;
}