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

12 lines
258 B
C++
Executable file

#include "OptionalUICategory.h"
void UOptionalUICategory::SetVisible(UObject* WorldContext, bool IsCategoryVisible) {
}
bool UOptionalUICategory::IsVisible(UObject* WorldContext) const {
return false;
}
UOptionalUICategory::UOptionalUICategory() {
}