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

7 lines
146 B
C++

#include "FortAnimInput_CreativeMoveTool.h"
FFortAnimInput_CreativeMoveTool::FFortAnimInput_CreativeMoveTool() {
this->bIsFlying = false;
}