10 lines
250 B
C++
Executable file
10 lines
250 B
C++
Executable file
#include "ExterminationReward.h"
|
|
|
|
void UExterminationReward::OnEnemyKilled(const FGameplayTagContainer& GameplayTags, AActor* killedEnemy) {
|
|
}
|
|
|
|
UExterminationReward::UExterminationReward() {
|
|
this->Resource = NULL;
|
|
this->AwardSize = 1.00f;
|
|
}
|
|
|