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

9 lines
204 B
C++

#include "BuildingPropWall.h"
ABuildingPropWall::ABuildingPropWall() {
this->AreaShapeType = EBuildingWallArea::Regular;
this->AreaWidthOverride = 0.00f;
this->bOverrideAreaWidth = false;
}