6 lines
128 B
C++
Executable file
6 lines
128 B
C++
Executable file
#include "AmmoUsedDamageBonus.h"
|
|
|
|
UAmmoUsedDamageBonus::UAmmoUsedDamageBonus() {
|
|
this->DamageBonusPerRoundFired = 0.00f;
|
|
}
|
|
|