8 lines
212 B
C++
Executable file
8 lines
212 B
C++
Executable file
#include "PushDynamicStatusEffectDamageBonus.h"
|
|
|
|
UPushDynamicStatusEffectDamageBonus::UPushDynamicStatusEffectDamageBonus() {
|
|
this->BaseSTE = NULL;
|
|
this->StatusEffect = NULL;
|
|
this->Chance = 0.00f;
|
|
}
|
|
|