예제 #1
0
        public static CDLLHints getHints()
        {
            //Key Must Not Contain Spaces
            var ret = new CDLLHints(new CDLLInfo("First", "First AI", "Example Stub For AI...not too challenging", "1.0"));

            ret.addInfo(new CDLLBoolHintInfo(DO_NOTHING_ATTR, "Do nothing", "Do Not Expand", false));
            return(ret);
        }
예제 #2
0
        public static CDLLHints getHints()
        {
            var ret = new CDLLHints(new CDLLInfo(
                                        "Vlasov",
                                        "Vlasov AI",
                                        "Vlasov Stub For AI...not too challenging",
                                        "1.0"
                                        ));

            ret.addInfo(new CDLLBoolHintInfo(
                            DO_NOTHING_ATTR,
                            "Do nothing",
                            "Do Not Expand",
                            false
                            ));
            return(ret);
        }