6 lines
112 B
C++
Executable file
6 lines
112 B
C++
Executable file
#include "PlacementObstruction.h"
|
|
|
|
FPlacementObstruction::FPlacementObstruction() {
|
|
this->range = 0.00f;
|
|
}
|
|
|