mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
9 lines
260 B
C++
9 lines
260 B
C++
#include "FortAthenaMutator_EnvironmentalDamage.h"
|
|
|
|
AFortAthenaMutator_EnvironmentalDamage::AFortAthenaMutator_EnvironmentalDamage() {
|
|
this->DamageMultiplier = 1.00f;
|
|
this->bExcludeActorsAddedToVolume = false;
|
|
this->WorldActivationTime = 0.00f;
|
|
}
|
|
|