mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
12 lines
341 B
C++
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;
|
|
}
|
|
|