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

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

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

Метод Описание
ExternalDmgReductions ( )

Initializes a new instance of the ExternalDmgReductions class.

ExternalDmgReductions ( string modifierName, double sourceTeam, string reduce, string sourceSpellName, ClassID heroId, float type, bool magicOnly )

Initializes a new instance of the ExternalDmgReductions class.

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

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

Initializes a new instance of the ExternalDmgReductions class.

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

Initializes a new instance of the ExternalDmgReductions class.
public ExternalDmgReductions ( string modifierName, double sourceTeam, string reduce, string sourceSpellName, ClassID heroId, float type, bool magicOnly )
modifierName string /// The modifier name. ///
sourceTeam double /// The source team. ///
reduce string /// The reduce. ///
sourceSpellName string /// The source spell name. ///
heroId ClassID /// The hero id. ///
type float /// The type. ///
magicOnly bool /// The magic only. ///