7 lines
128 B
C++
Executable file
7 lines
128 B
C++
Executable file
#include "TrackedStatInfo.h"
|
|
|
|
FTrackedStatInfo::FTrackedStatInfo() {
|
|
this->Stat = NULL;
|
|
this->assetReference = NULL;
|
|
}
|
|
|