8 lines
161 B
C++
Executable file
8 lines
161 B
C++
Executable file
#include "DeepRepPath.h"
|
|
|
|
FDeepRepPath::FDeepRepPath() {
|
|
this->PathLength = 0;
|
|
this->State = EDeepMovementState::Stationary;
|
|
this->StateBits = 0;
|
|
}
|
|
|