Files
2024-01-21 00:41:14 +01:00

8 lines
131 B
C++

#include "BuildingCorner.h"
ABuildingCorner::ABuildingCorner() {
this->PrimaryWall = NULL;
this->SecondaryWall = NULL;
}