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

12 lines
331 B
C++

#include "FortWaypointVolumeComponent.h"
void UFortWaypointVolumeComponent::OnClientExitVolume(APlayerState* InPlayerState, AFortVolume* InVolume) {
}
void UFortWaypointVolumeComponent::OnClientEnterVolume(APlayerState* InPlayerState, AFortVolume* InVolume) {
}
UFortWaypointVolumeComponent::UFortWaypointVolumeComponent() {
}