11 lines
165 B
C++
Executable file
11 lines
165 B
C++
Executable file
#include "AfflictionEffect.h"
|
|
|
|
bool UAfflictionEffect::ShouldInstantiate_Implementation() const {
|
|
return false;
|
|
}
|
|
|
|
|
|
|
|
UAfflictionEffect::UAfflictionEffect() {
|
|
}
|
|
|