mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
18 lines
588 B
C++
18 lines
588 B
C++
#include "FortContextualTutorial_Fly.h"
|
|
|
|
void UFortContextualTutorial_Fly::OnMovementModeChange(ACharacter* Character, TEnumAsByte<EMovementMode> PrevMovementMode, uint8 PreviousCustomMode) {
|
|
}
|
|
|
|
void UFortContextualTutorial_Fly::HandleStartSkydivingForActivation() {
|
|
}
|
|
|
|
void UFortContextualTutorial_Fly::HandlePawnLanded(const FHitResult& Hit) {
|
|
}
|
|
|
|
void UFortContextualTutorial_Fly::HandleGamePhaseStepChanged(const TScriptInterface<IFortSafeZoneInterface>& SafeZoneInterface, const EAthenaGamePhaseStep GamePhaseStep) {
|
|
}
|
|
|
|
UFortContextualTutorial_Fly::UFortContextualTutorial_Fly() {
|
|
}
|
|
|