Files
FNGameProj/Source/FortniteGame/Private/FortMovementComp_AIChar.cpp
2024-01-21 00:41:14 +01:00

7 lines
123 B
C++

#include "FortMovementComp_AIChar.h"
UFortMovementComp_AIChar::UFortMovementComp_AIChar() {
this->bDeimos = false;
}