Exemplo n.º 1
0
        public override void Attack()
        {
            //更新图片
            Bullet bullet = new PeaBullet(this.Street, this.Floor, this.Dir);

            Map.addBullet(bullet);
        }
Exemplo n.º 2
0
        public void Attack3()
        {
            //更新图片
            Bullet bullet = new PeaBullet(this.Street, this.Floor, Direction.DOWN);

            Map.addBullet(bullet);
        }