7 lines
173 B
C++
Executable file
7 lines
173 B
C++
Executable file
#include "BaseCritterDescriptor.h"
|
|
|
|
UBaseCritterDescriptor::UBaseCritterDescriptor() {
|
|
this->Positioning = NULL;
|
|
this->PathfinderType = DeepPathFinderType::Walk;
|
|
}
|
|
|