Beispiel #1
0
        public override string Attack(Ship target)
        {
            this.DestroyShip(target);

            return "We bombed them from the sky!";
        }
Beispiel #2
0
        public override string Attack(Ship target)
        {
            this.DestroyShip(target);

            return "They didn't see us coming!";
        }
Beispiel #3
0
        public override string Attack(Ship target)
        {
            this.DestroyShip(target);

            return "Victory is ours!";
        }