DRG-Femboy-Voice/Source/FSD/Private/PetComponent.cpp
2025-04-15 12:39:31 -07:00

13 lines
308 B
C++
Executable file

#include "PetComponent.h"
#include "Net/UnrealNetwork.h"
void UPetComponent::GetLifetimeReplicatedProps(TArray<FLifetimeProperty>& OutLifetimeProps) const {
Super::GetLifetimeReplicatedProps(OutLifetimeProps);
DOREPLIFETIME(UPetComponent, OwningPlayer);
}
UPetComponent::UPetComponent() {
}