idk if i'm doing this correctly bro please help me lord

This commit is contained in:
Ji Yoon Rhee
2023-12-25 16:47:15 +09:00
parent 36bcb08c75
commit 6235bcb85c
49 changed files with 4404 additions and 1964 deletions

View File

@ -3,6 +3,24 @@
#include "HYPlayerCharacController.h"
AHYPlayerCharacController::AHYPlayerCharacController()
{
}
void AHYPlayerCharacController::ReloadInventory()
{
}
int32 AHYPlayerCharacController::GetInventoryWeight()
{
return int32();
}
bool AHYPlayerCharacController::AddItemToInventoryByID(FName ID)
{
return false;
}
void AHYPlayerCharacController::OnPossess(APawn* InPawn)
{