6 lines
146 B
C++
Executable file
6 lines
146 B
C++
Executable file
#include "DroneStateComponentBase.h"
|
|
|
|
UDroneStateComponentBase::UDroneStateComponentBase() {
|
|
this->SubsequentState = EDroneState::EFollow;
|
|
}
|
|
|