From e5ce7414edcc2e5a139a3b7994657188533a3988 Mon Sep 17 00:00:00 2001 From: Filipe Veloso <2469500+Rovel@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:02:57 -0300 Subject: [PATCH] Update CodeSections.txt Fix typo in function declaration --- CarToLyraCharacterAndBackAgain/CodeSections.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CarToLyraCharacterAndBackAgain/CodeSections.txt b/CarToLyraCharacterAndBackAgain/CodeSections.txt index b0808b2..fcee141 100644 --- a/CarToLyraCharacterAndBackAgain/CodeSections.txt +++ b/CarToLyraCharacterAndBackAgain/CodeSections.txt @@ -4,7 +4,7 @@ /** @Game-change start **/ // Unitialize the ability system. Using it for unpossession. UFUNCTION(BlueprintCallable) -void UnitializeAbilitySystemComp(); +void UnitializeAbilitySystemComponent(); /** @Game-change end **/ // ==================================