7 lines
199 B
C++
Executable file
7 lines
199 B
C++
Executable file
#include "ExplosiveBarrelEvent.h"
|
|
#include "DamageComponent.h"
|
|
|
|
AExplosiveBarrelEvent::AExplosiveBarrelEvent() {
|
|
this->EndDamage = CreateDefaultSubobject<UDamageComponent>(TEXT("EndDamage"));
|
|
}
|
|
|