Example #1
0
        public static bool Initialize()
        {
            FBotEngine = new BotStudio.BotEngine.BotEngine();

            ThreadPool.SetMinThreads(4, 4);
            ThreadPool.SetMaxThreads(8, 8);

            BotTplList = new BotTemplateList();
            BotList = new BotList();
            return true;
        }
Example #2
0
 public static void Release()
 {
     FBotEngine = null;
 }