10 lines
210 B
C++
Executable file
10 lines
210 B
C++
Executable file
#include "BezerkPerkComponent.h"
|
|
|
|
void UBezerkPerkComponent::OnHealthChanged(float Health) {
|
|
}
|
|
|
|
UBezerkPerkComponent::UBezerkPerkComponent() {
|
|
this->BoostedStat = NULL;
|
|
this->AmountPerValue = 0.00f;
|
|
}
|
|
|