You've already forked LuckyWorld
FT - PilotComponent to drive so100
+ Base class for RobotPawn -> might be replaced by an Actor instead?
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "CoreMinimal.h"
|
||||
#include "Robot/PilotComponent/RobotPilotComponent.h"
|
||||
#include "RobotPilotMultiRotorDrone.generated.h"
|
||||
|
||||
UCLASS(Blueprintable)
|
||||
class LUCKYWORLDV2_API URobotPilotMultiRotorDrone : public URobotPilotComponent
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
public:
|
||||
URobotPilotMultiRotorDrone();
|
||||
};
|
Reference in New Issue
Block a user