ShowIllustion() 공개 정적인 메소드

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