LuckyRobotsUnreal/Source/Luckyrobots/Public/LuckyrobotsPlayerController.h

18 lines
339 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/PlayerController.h"
#include "LuckyrobotsPlayerController.generated.h"
/**
*
*/
UCLASS()
class LUCKYROBOTS_API ALuckyrobotsPlayerController : public APlayerController
{
GENERATED_BODY()
};