Updated TempCharacter
Cleaned Up Script 18/11/2022
This commit is contained in:
parent
3572f066c1
commit
7623976bd3
@ -41,8 +41,6 @@ void ATempCharacter::RightMoveInput(float Axis)
|
|||||||
void ATempCharacter::Tick(float DeltaTime)
|
void ATempCharacter::Tick(float DeltaTime)
|
||||||
{
|
{
|
||||||
Super::Tick(DeltaTime);
|
Super::Tick(DeltaTime);
|
||||||
|
|
||||||
UE_LOG(LogTemp, Warning, TEXT("Gold: %d"),GoldBalance);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gives the character the functionality
|
// Gives the character the functionality
|
||||||
@ -120,4 +118,3 @@ void ATempCharacter::BuyItem(UBaseItem* BuyItem)
|
|||||||
BuyItem->OnBuy(this);
|
BuyItem->OnBuy(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user