ShowIllustion() public static method

public static ShowIllustion ( ) : void
return void
示例#1
0
 private static void Game_OnUpdate(EventArgs args)
 {
     if (!Checker.IsActive())
     {
         return;
     }
     ShowMeMore.ShowIllustion();
     ShowMeMore.ShowMeMoreSpells();
     AutoItems.Action();
     Runes.Action();
 }