C# 클래스 Ensage.Common.Extensions.Damage.ExternalDmgReductions

The external damage reductions.
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

공개 메소드들

메소드 설명
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. ///