7 lines
213 B
C++
Executable file
7 lines
213 B
C++
Executable file
#include "PlasmaCarbineDamageCondition.h"
|
|
|
|
UPlasmaCarbineDamageCondition::UPlasmaCarbineDamageCondition() {
|
|
this->WeaponCondition = EPlasmaCarbineConditions::ShieldRemovedOnReload;
|
|
this->Condition = 0;
|
|
}
|
|
|