LuckyRobotsUnreal/Source/Luckyrobots/TP_VehicleAdvSportsWheelFront.h

21 lines
398 B
C++

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