Files
FNGameProj/Source/FortniteGame/Private/BaseStatManager.cpp
T
2024-03-03 23:44:39 +01:00

8 lines
139 B
C++

#include "BaseStatManager.h"
UBaseStatManager::UBaseStatManager() {
this->StatPrefix = TEXT("STAT_");
this->Controller = NULL;
}