public void KillBullet(IBullet b) { bulletsList.Remove(b); }
public void AddBullet(IBullet b) { bulletsList.Add(b); }