initial stuff hopefully this works
This commit is contained in:
19
hwanyoung2/Source/hwanyoung2/HYPlayerCharacController.h
Normal file
19
hwanyoung2/Source/hwanyoung2/HYPlayerCharacController.h
Normal file
@ -0,0 +1,19 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "GameFramework/PlayerController.h"
|
||||
#include "HYPlayerCharacController.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class HWANYOUNG2_API AHYPlayerCharacController : public APlayerController
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
protected:
|
||||
virtual void OnPossess(APawn* InPawn) override;
|
||||
};
|
Reference in New Issue
Block a user