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

15 lines
291 B
C++
Executable file

#include "PickaxePart.h"
bool UPickaxePart::GetUnlockedFromStart() const {
return false;
}
EPickaxePartLocation UPickaxePart::GetPrefferedLocation() const {
return EPickaxePartLocation::Head;
}
UPickaxePart::UPickaxePart() {
this->Aquisition = NULL;
this->Item = NULL;
}