6 lines
89 B
C++
Executable file
6 lines
89 B
C++
Executable file
#include "PathObstacle.h"
|
|
|
|
FPathObstacle::FPathObstacle() {
|
|
this->Radius = 0.00f;
|
|
}
|
|
|