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

10 lines
174 B
C++

#include "FortAthenaVehicleSpawner.h"
UClass* AFortAthenaVehicleSpawner::GetVehicleClass() {
return NULL;
}
AFortAthenaVehicleSpawner::AFortAthenaVehicleSpawner() {
}