in the middle of implementing the controller

This commit is contained in:
Ji Yoon Rhee
2023-11-27 19:22:22 -05:00
parent d91c59aa5c
commit 36bcb08c75
4 changed files with 142 additions and 75 deletions

View File

@ -2,6 +2,8 @@
#pragma once
#include "Interactable.h"
#include "CoreMinimal.h"
#include "GameFramework/PlayerController.h"
#include "HYPlayerCharacController.generated.h"