LuckyWorld/Source/Luckyrobots/LuckyrobotsSportsWheelFront.h

21 lines
388 B
C++

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