Example #1
0
 public void RemoveBullet()
 {
     r_Shooter.ReduceBulletsByOne();
     Position = new Vector2(-100, -100);
     r_Game.Remove(this);
     this.Dispose();
 }