Files
FNGameProj/Source/FortniteGame/Private/AthenaPickResult.cpp
2024-01-21 00:41:14 +01:00

9 lines
192 B
C++

#include "AthenaPickResult.h"
FAthenaPickResult::FAthenaPickResult() {
this->PickType = EAthenaPickerType::EditMode;
this->FoundBuildingActor = NULL;
this->FoundPlayer = NULL;
}