Files
2024-01-21 00:41:14 +01:00

9 lines
154 B
C++

#include "StatManager.h"
UStatManager::UStatManager() {
this->Stats.AddDefaulted(69);
this->StatPrefix = TEXT("STAT_");
this->FPC = NULL;
}