コード例 #1
0
        public override string Attack(Ship targetShip)
        {
            this.DestroyTarget(targetShip);

            return "We bombed them from the sky!";
        }
コード例 #2
0
        public override string Attack(Ship targetShip)
        {
            this.DestroyTarget(targetShip);

            return "They didn't see us coming!";
        }