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