6 lines
136 B
C++
Executable file
6 lines
136 B
C++
Executable file
#include "SpecialDamageAttackComponent.h"
|
|
|
|
USpecialDamageAttackComponent::USpecialDamageAttackComponent() {
|
|
this->Damage = NULL;
|
|
}
|
|
|