mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-29 19:27:34 +00:00
8 lines
137 B
C++
8 lines
137 B
C++
#include "FortMoveConfig.h"
|
|
|
|
FFortMoveConfig::FFortMoveConfig() {
|
|
this->FocusTarget = NULL;
|
|
this->PushPawnClassOnBump = NULL;
|
|
}
|
|
|