7 lines
120 B
C++
Executable file
7 lines
120 B
C++
Executable file
#include "FearAoEBonus.h"
|
|
|
|
UFearAoEBonus::UFearAoEBonus() {
|
|
this->FearFactor = 0.50f;
|
|
this->range = 500.00f;
|
|
}
|
|
|