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

9 lines
136 B
C++
Executable file

#include "UsableAggregator.h"
float UUsableAggregator::GetProgress() {
return 0.0f;
}
UUsableAggregator::UUsableAggregator() {
}