DRG-Femboy-Voice/Source/FSD/Private/JettyBootUsableComponent.cpp
2025-04-15 12:39:31 -07:00

10 lines
250 B
C++
Executable file

#include "JettyBootUsableComponent.h"
bool UJettyBootUsableComponent::DeductCredits(APlayerCharacter* User, UMissionStat* InCreditCounter) {
return false;
}
UJettyBootUsableComponent::UJettyBootUsableComponent() {
this->CreditPrice = 5;
}