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

8 lines
96 B
C++
Executable file

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