idk if i'm doing this correctly bro please help me lord
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user