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

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

공개 메소드들

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