11 lines
180 B
C++
Executable file
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() {
|
|
}
|
|
|