Example #1
0
 private static void Main(string[] args)
 {
     if (ObjectManager.Player.ChampionName == "Nocturne")
     {
         Nocturne.Init();
     }
 }
Example #2
0
 public static void Main()
 {
     if (ObjectManager.Player.ChampionName == "Nocturne")
     {
         Nocturne.Init();
     }
 }