Example #1
0
        /// <summary>
        /// Contructor
        /// </summary>
        /// <param name="api">The ApiToolit to use</param>
        /// <param name="simpleBot"The ISimplebot to run></param>
        /// <param name="showGame">Wetherwe want to open a game view</param>
        public SimpleBotRunner(ApiToolkit api, ISimpleBot simpleBot, Boolean showGame = true)

        {
            this.simpleBot = simpleBot;
            this.api       = api;
            this.showGame  = showGame;
        }
Example #2
0
        /// <summary>
        /// Contructor
        /// </summary>
        /// <param name="api">The ApiToolit to use</param>
        /// <param name="simpleBot"The ISimplebot to run></param>
        /// <param name="showGame">Wetherwe want to open a game view</param>
        public SimpleBotRunner(ApiToolkit api, ISimpleBot simpleBot, Boolean showGame = true)

        {
            this.simpleBot = simpleBot;
            this.api = api;
            this.showGame = showGame;
        }