7 lines
165 B
C++
Executable file
7 lines
165 B
C++
Executable file
#include "ClipStatusDamageCondition.h"
|
|
|
|
UClipStatusDamageCondition::UClipStatusDamageCondition() {
|
|
this->BulletAmount = 0;
|
|
this->CountBulletsLeft = true;
|
|
}
|
|
|