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

9 lines
150 B
C++

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