Files
FNGameProj/Source/FortniteGame/Private/FortAbilityTask_CommitAccountCosts.cpp
2024-01-21 00:41:14 +01:00

13 lines
384 B
C++

#include "FortAbilityTask_CommitAccountCosts.h"
UFortAbilityTask_CommitAccountCosts* UFortAbilityTask_CommitAccountCosts::CommitAccountCosts(UGameplayAbility* OwningAbility) {
return NULL;
}
UFortAbilityTask_CommitAccountCosts::UFortAbilityTask_CommitAccountCosts() {
this->bWasCancellable = false;
this->bRequestPending = false;
this->bCommittedLocally = false;
}