initial stuff hopefully this works

This commit is contained in:
Ji Yoon Rhee
2023-10-09 19:37:22 -04:00
parent c1910ab988
commit 01555c3ccf
490 changed files with 405854 additions and 0 deletions

View 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;
};