remove unused code and comments

This commit is contained in:
Caleb Buhungiro
2025-06-18 17:48:06 +08:00
parent 6d8fc727d2
commit accf4cce15
8 changed files with 16 additions and 46 deletions

View File

@@ -27,21 +27,6 @@ void ACCharacter::ClientSideInit()
CAbilitySystemComponent->InitAbilityActorInfo(this, this);
}
void ACCharacter::BeginPlay()
{
Super::BeginPlay();
}
void ACCharacter::Tick(float DeltaTime)
{
Super::Tick(DeltaTime);
}
void ACCharacter::SetupPlayerInputComponent(UInputComponent* PlayerInputComponent)
{
Super::SetupPlayerInputComponent(PlayerInputComponent);
}
UAbilitySystemComponent* ACCharacter::GetAbilitySystemComponent() const
{
return CAbilitySystemComponent;