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

8 lines
170 B
C++

#include "AthenaVehicleShootingCone.h"
FAthenaVehicleShootingCone::FAthenaVehicleShootingCone() {
this->YawConstraint = 0.00f;
this->PitchConstraint = 0.00f;
}