6 lines
127 B
C++
Executable file
6 lines
127 B
C++
Executable file
#include "TargetSpecificDamageBonus.h"
|
|
|
|
UTargetSpecificDamageBonus::UTargetSpecificDamageBonus() {
|
|
this->Bonus = 0.50f;
|
|
}
|
|
|