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

12 lines
281 B
C++

#include "FortPlayerAthenaAttributeReplicationProxy.h"
FFortPlayerAthenaAttributeReplicationProxy::FFortPlayerAthenaAttributeReplicationProxy() {
WalkSpeed = 1;
RunSpeed = 1;
SprintSpeed = 1;
FlySpeed = 1;
CrouchedRunSpeed = 1;
CrouchedSprintSpeed = 1;
}