mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
14 lines
347 B
C++
14 lines
347 B
C++
#include "FortAthenaTutorial_Chest.h"
|
|
|
|
void AFortAthenaTutorial_Chest::OnPlayerEntersTrigger(AActor* OverlappedActor, AActor* OtherActor) {
|
|
}
|
|
|
|
AFortAthenaTutorial_Chest::AFortAthenaTutorial_Chest() {
|
|
Chest = NULL;
|
|
ChestLookMarker = NULL;
|
|
InteractButtonHighlightType = NULL;
|
|
TriggerBox = NULL;
|
|
ShowEasyInteractIconDelay = 1;
|
|
}
|
|
|