C# 클래스 SFXUtility.Feature.ImmuneTimer.ImmuneStruct

파일 보기 프로젝트 열기: Smokyfox/LeagueSharp

공개 프로퍼티들

프로퍼티 타입 설명
Delay float
SpellName string

공개 메소드들

메소드 설명
ImmuneStruct ( string spellName, float delay ) : System

메소드 상세

ImmuneStruct() 공개 메소드

public ImmuneStruct ( string spellName, float delay ) : System
spellName string
delay float
리턴 System

프로퍼티 상세

Delay 공개적으로 프로퍼티

public float Delay
리턴 float

SpellName 공개적으로 프로퍼티

public string SpellName
리턴 string