Files
FNGameProj/Source/FortniteGame/Private/FortAthenaMutator_PlayerFly.cpp
T
2024-06-07 01:17:09 +02:00

9 lines
196 B
C++

#include "FortAthenaMutator_PlayerFly.h"
AFortAthenaMutator_PlayerFly::AFortAthenaMutator_PlayerFly() {
bFlyEnabled = false;
bAllowFlightSprint = false;
FlySpeedModifierIndex = 0;
}