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

10 lines
268 B
C++

#include "FortMovementComp_CharacterAthena.h"
UFortMovementComp_CharacterAthena::UFortMovementComp_CharacterAthena() {
JumpPenalties.AddDefaulted(5);
JumpPenaltyResetTime = 1;
NetworkSkipSkyDivingCollisionForPawnLOD = 0;
MaxAccelerationFlying = 1;
}