Exemple #1
0
        public bool Attack(string what)
        {
            switch (what.ToLower())
            {
            case "last":
                return(Engine.AttackLast());

            case "red":
                return(Engine.AttackRed());
            }
            return(false);
        }