mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
12 lines
331 B
C++
12 lines
331 B
C++
#include "FortWaypointVolumeComponent.h"
|
|
|
|
void UFortWaypointVolumeComponent::OnClientExitVolume(APlayerState* InPlayerState, AFortVolume* InVolume) {
|
|
}
|
|
|
|
void UFortWaypointVolumeComponent::OnClientEnterVolume(APlayerState* InPlayerState, AFortVolume* InVolume) {
|
|
}
|
|
|
|
UFortWaypointVolumeComponent::UFortWaypointVolumeComponent() {
|
|
}
|
|
|