KLingo Project Documentation 1.0.0
Unreal Engine 5.6 C++ Project Documentation
로딩중...
검색중...
일치하는것 없음
RobotPlayerController.h
이 파일의 문서화 페이지로 가기
1// Fill out your copyright notice in the Description page of Project Settings.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "GameFramework/PlayerController.h"
7#include "RobotPlayerController.generated.h"
8
12UCLASS()
13class ONEPIECE_API ARobotPlayerController : public APlayerController
14{
15 GENERATED_BODY()
16};