DRG-Femboy-Voice/Source/FSDEngine/Private/LinearCellId.cpp
2025-04-15 12:39:31 -07:00

8 lines
114 B
C++
Executable file

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