You've already forked LuckyWorld
Rename entire project to LuckyWorldV2, including uproject file, folders and so on
This commit is contained in:
20
Source/LuckyWorldV2/TP_VehicleAdvSportsCar.h
Normal file
20
Source/LuckyWorldV2/TP_VehicleAdvSportsCar.h
Normal file
@ -0,0 +1,20 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "TP_VehicleAdvPawn.h"
|
||||
#include "TP_VehicleAdvSportsCar.generated.h"
|
||||
|
||||
/**
|
||||
* Sports car wheeled vehicle implementation
|
||||
*/
|
||||
UCLASS(abstract)
|
||||
class LUCKYWORLDV2_API ATP_VehicleAdvSportsCar : public ATP_VehicleAdvPawn
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
public:
|
||||
|
||||
ATP_VehicleAdvSportsCar();
|
||||
};
|
Reference in New Issue
Block a user