static void Main(string[] args) { AIEntry.RegisterAI(); // register the AI module AICommonDynamic.Register(); AIUtil.main(); // test case Console.ReadLine(); }
public static void RegisterAI() { Console.WriteLine(" ====== AI start ======"); HuUtil.load(); AIUtil.load(); Console.WriteLine(" ====== AI end ======"); }