Files
2026-04-22 15:51:07 +02:00

9 lines
154 B
C++

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