Files
2026-04-22 15:51:07 +02:00

9 lines
214 B
C++

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