7 lines
179 B
C++
Executable file
7 lines
179 B
C++
Executable file
#include "TrackBuilderPoint.h"
|
|
|
|
FTrackBuilderPoint::FTrackBuilderPoint() {
|
|
this->PlacementState = ETrackBuildPlacementState::NotBeingPlaced;
|
|
this->bPointValid = false;
|
|
}
|
|
|