Files
2026-04-22 15:51:07 +02: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() {
}