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

9 lines
214 B
C++

#include "FortAthenaMutator_PlayerFly.h"
AFortAthenaMutator_PlayerFly::AFortAthenaMutator_PlayerFly() {
this->bFlyEnabled = false;
this->bAllowFlightSprint = false;
this->FlySpeedModifierIndex = 1;
}