6 lines
116 B
C++
Executable file
6 lines
116 B
C++
Executable file
#include "RandomDamageCondition.h"
|
|
|
|
URandomDamageCondition::URandomDamageCondition() {
|
|
this->Chance = 0.50f;
|
|
}
|
|
|