Files
2026-04-22 15:51:07 +02:00

9 lines
143 B
C++

#include "FortHexMapCoord.h"
FFortHexMapCoord::FFortHexMapCoord() {
this->Horizontal = 0;
this->Vertical = 0;
this->Depth = 0;
}