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

16 lines
206 B
C++
Executable file

#include "DLCBase.h"
void UDLCBase::QueryAllDLC() {
}
bool UDLCBase::IsUnlocked() const {
return false;
}
bool UDLCBase::IsDLCUnLocked(UDLCBase* dlc) {
return false;
}
UDLCBase::UDLCBase() {
}