BlackFeeder.SRShopAI.Main.Game_OnGameLoad C# (CSharp) Method

Game_OnGameLoad() static private method

static private Game_OnGameLoad ( EventArgs args ) : void
args System.EventArgs
return void
        static void Game_OnGameLoad(EventArgs args)
        {
            Queue = ShoppingQueue();
            AlterInventory();

            //Game.PrintChat("[{0}] Autobuy Loaded", ObjectManager.Player.ChampionName);
            BuyItems();
        }
        public static Queue<Item> ShoppingQueue()