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

8 lines
124 B
C++

#include "FortPoiGridInfo.h"
FFortPoiGridInfo::FFortPoiGridInfo() {
this->GridCountX = 0;
this->GridCountY = 0;
}