示例#1
0
文件: KI.cs 项目: L3tum/SchoolStuff
        public override string BenenneEigenschaft()
        {
            var random = new Random();
            var props  = Stapel.GetNumericalProperties();

            return(props[random.Next(0, props.Length)]);
        }
示例#2
0
        public override string BenenneEigenschaft()
        {
            var props = Stapel.GetNumericalProperties();

            return(props[Utility.ConsoleSelect($"Eigenschaft (Spieler{GetID()})", props)]);
        }