MemoryAPI.EliteMMOWrapper.TimerTools.GetSpellRecast C# (CSharp) Метод

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

public GetSpellRecast ( int index ) : int
index int
Результат int
            public int GetSpellRecast(int index)
            {
                return api.Recast.GetSpellRecast(index);
            }
        }