Files
FNGameProj/Source/FortniteGame/Private/BuildingPropWall.cpp
T
2024-01-21 00:41:14 +01:00

9 lines
204 B
C++

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