7 lines
118 B
C++
Executable file
7 lines
118 B
C++
Executable file
#include "PawnStatEntry.h"
|
|
|
|
FPawnStatEntry::FPawnStatEntry() {
|
|
this->PawnStat = NULL;
|
|
this->Value = 0.00f;
|
|
}
|
|
|