public void addBullet(Bullet b) { bulletList.Add(b); }
public void removeBullet(Bullet b) { bulletList.Remove(b); }