// 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(); };