Exemplo n.º 1
0
 public override void Shoot(Bullets bullets)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public abstract void Shoot(Bullets bullets);
Exemplo n.º 3
0
 public override void Shoot(Bullets bullets)
 {
     Bullet_old bullet = new Bullet_old(positionMid.X, positionMid.Y + 40, bullets, Direction);
 }