Files
FNGameProj/Source/FortniteGame/Private/BuildingSupportCellIndex.cpp
T
2024-06-07 01:17:09 +02:00

9 lines
132 B
C++

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