C# Класс Ensage.Common.Extensions.Damage.ExternalDmgAmps

The external damage amps.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ExternalDmgAmps() публичный Метод

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

ExternalDmgAmps() публичный Метод

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. ///