6 lines
109 B
C++
Executable file
6 lines
109 B
C++
Executable file
#include "ProjectileAttack.h"
|
|
|
|
UProjectileAttack::UProjectileAttack() {
|
|
this->TriggerOnEvent = false;
|
|
}
|
|
|