7 lines
164 B
C++
Executable file
7 lines
164 B
C++
Executable file
#include "LockCountDamageCondition.h"
|
|
|
|
ULockCountDamageCondition::ULockCountDamageCondition() {
|
|
this->MinLockCount = 3;
|
|
this->UseTotalLockCount = false;
|
|
}
|
|
|