Files
FNGameProj/Source/FortniteGame/Private/FortAthenaMutator_DeployToVehicle.cpp
T
2024-06-07 01:17:09 +02:00

8 lines
193 B
C++

#include "FortAthenaMutator_DeployToVehicle.h"
AFortAthenaMutator_DeployToVehicle::AFortAthenaMutator_DeployToVehicle() {
VehicleClass = NULL;
GameplayEffectToApplyOnDeploy = NULL;
}