mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-29 19:27:34 +00:00
7 lines
123 B
C++
7 lines
123 B
C++
#include "FortStaticMeshActor.h"
|
|
|
|
AFortStaticMeshActor::AFortStaticMeshActor() {
|
|
this->bUseAutoNavmeshFlags = true;
|
|
}
|
|
|