C# Class Ensage.Common.Extensions.Damage.ExternalDmgAmps

The external damage amps.
Exibir arquivo Open project: EnsageSharp/Ensage.Common

Public Methods

Method Description
ExternalDmgAmps ( )

Initializes a new instance of the ExternalDmgAmps class.

ExternalDmgAmps ( string modifierName, double sourceTeam, string amp, string sourceSpellName, ClassID heroId, DamageType type )

Initializes a new instance of the ExternalDmgAmps class.

Method Details

ExternalDmgAmps() public method

Initializes a new instance of the ExternalDmgAmps class.
public ExternalDmgAmps ( )

ExternalDmgAmps() public method

Initializes a new instance of the ExternalDmgAmps class.
public ExternalDmgAmps ( string modifierName, double sourceTeam, string amp, string sourceSpellName, ClassID heroId, DamageType type )
modifierName string /// The modifier name. ///
sourceTeam double /// The source team. ///
amp string /// The amp. ///
sourceSpellName string /// The source spell name. ///
heroId ClassID /// The hero id. ///
type DamageType /// The type. ///