7 lines
160 B
C++
Executable file
7 lines
160 B
C++
Executable file
#include "StatPerkActivation.h"
|
|
|
|
UStatPerkActivation::UStatPerkActivation() {
|
|
this->PawnStat = NULL;
|
|
this->StatType = EPawnStatType::Multiplicative;
|
|
}
|
|
|