Skip to content

Commit

Permalink
Added Obsolete attribute to the entire class.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esk0r committed Jan 29, 2015
1 parent 5e9a8fc commit 766d0b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Interrupter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public struct InterruptableSpell
/// <summary>
/// This class allows you to easily interrupt interruptable spells like Katarina's ult.
/// </summary>
[Obsolete("Use Interrupter2", false)]
public static class Interrupter
{
public static List<InterruptableSpell> Spells = new List<InterruptableSpell>();
Expand Down Expand Up @@ -370,6 +371,7 @@ private static void Game_OnGameUpdate(EventArgs args)
}
}


public static bool IsChannelingImportantSpell(this Obj_AI_Hero unit)
{
return
Expand Down

0 comments on commit 766d0b9

Please sign in to comment.