included the input mapping contexts to character.cpp and playercharaccontroller.cpp. need to replace the interact to character

This commit is contained in:
Ji Yoon Rhee
2024-06-09 22:25:09 +09:00
parent c956bf2978
commit 264db39cc1
2 changed files with 11 additions and 4 deletions

View File

@ -4,7 +4,7 @@
#include "HYInteractableActor.h"
#include "InventoryItem.h"
#include "InputAction.h"
#include "CoreMinimal.h"
#include "GameFramework/PlayerController.h"
#include "HYPlayerCharacController.generated.h"