C# Class SFXUtility.Feature.ImmuneTimer.ImmuneStruct

Mostrar archivo Open project: Smokyfox/LeagueSharp

Public Properties

Property Type Description
Delay float
SpellName string

Public Methods

Method Description
ImmuneStruct ( string spellName, float delay ) : System

Method Details

ImmuneStruct() public method

public ImmuneStruct ( string spellName, float delay ) : System
spellName string
delay float
return System

Property Details

Delay public_oe property

public float Delay
return float

SpellName public_oe property

public string SpellName
return string