Ejemplo n.º 1
0
        private static Tech AISelectBinaryResponseTech(StrategicAI ai)
        {
            Tech tech = (Tech)null;

            AIResearchFramework.AICanSelectBinaryResponseTech(ai);
            return(tech);
        }