8 lines
114 B
C++
Executable file
8 lines
114 B
C++
Executable file
#include "LinearCellId.h"
|
|
|
|
FLinearCellId::FLinearCellId() {
|
|
this->X = 0;
|
|
this->Y = 0;
|
|
this->Z = 0;
|
|
}
|
|
|