LuckyRobotsUnreal/Source/Luckyrobots/TP_VehicleAdvOffroadWheelFront.h

20 lines
401 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "TP_VehicleAdvWheelFront.h"
#include "TP_VehicleAdvOffroadWheelFront.generated.h"
/**
* Front wheel definition for Offroad Car.
*/
UCLASS()
class LUCKYROBOTS_API UTP_VehicleAdvOffroadWheelFront : public UTP_VehicleAdvWheelFront
{
GENERATED_BODY()
public:
UTP_VehicleAdvOffroadWheelFront();
};