Files
FNGameProj/Source/FortniteGame/Private/FortOstrichSet.cpp
T
2024-03-03 23:44:39 +01:00

14 lines
363 B
C++

#include "FortOstrichSet.h"
#include "Net/UnrealNetwork.h"
void UFortOstrichSet::GetLifetimeReplicatedProps(TArray<FLifetimeProperty>& OutLifetimeProps) const {
Super::GetLifetimeReplicatedProps(OutLifetimeProps);
DOREPLIFETIME(UFortOstrichSet, WalkSpeed);
DOREPLIFETIME(UFortOstrichSet, SprintSpeed);
}
UFortOstrichSet::UFortOstrichSet() {
}