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

11 lines
180 B
C++
Executable file

#include "StatHat.h"
void UStatHat::AddStatValue(const FString& Key, float Value) {
}
void UStatHat::AddStatCount(const FString& Key, int32 Count) {
}
UStatHat::UStatHat() {
}