LuckyWorld/Source/Luckyrobots/LuckyrobotsWheelRear.h

20 lines
330 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "ChaosVehicleWheel.h"
#include "LuckyrobotsWheelRear.generated.h"
/**
* Base rear wheel definition.
*/
UCLASS()
class ULuckyrobotsWheelRear : public UChaosVehicleWheel
{
GENERATED_BODY()
public:
ULuckyrobotsWheelRear();
};