8 lines
224 B
C++
Executable file
8 lines
224 B
C++
Executable file
#include "DistanceToTargetDamageCondition.h"
|
|
|
|
UDistanceToTargetDamageCondition::UDistanceToTargetDamageCondition() {
|
|
this->TestMaxDistance = true;
|
|
this->MaxDistance = 100.00f;
|
|
this->MinimumDistance = 100.00f;
|
|
}
|
|
|