Files
LuckyWorld/Source/LuckyWorldV2/Public/Robot/PilotComponent/RobotPilotMultiRotorDrone.h

14 lines
310 B
C
Raw Normal View History

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