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

12 lines
341 B
C++

#include "FortPlayerAthenaAttributeReplicationProxy.h"
FFortPlayerAthenaAttributeReplicationProxy::FFortPlayerAthenaAttributeReplicationProxy() {
this->WalkSpeed = 0.00f;
this->RunSpeed = 0.00f;
this->SprintSpeed = 0.00f;
this->FlySpeed = 0.00f;
this->CrouchedRunSpeed = 0.00f;
this->CrouchedSprintSpeed = 0.00f;
}