8 lines
213 B
C++
Executable file
8 lines
213 B
C++
Executable file
#include "TerrainPlacementDebugItem.h"
|
|
|
|
FTerrainPlacementDebugItem::FTerrainPlacementDebugItem() {
|
|
this->BoxGood = false;
|
|
this->CapsuleGood = false;
|
|
this->CapsuleType = EDebrisColliderType::Object;
|
|
}
|
|
|