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

8 lines
142 B
C++

#include "AthenaJumpPenalty.h"
FAthenaJumpPenalty::FAthenaJumpPenalty() {
this->JumpScalar = 0.00f;
this->MovementScalar = 0.00f;
}