public void OnBulletCollision(object sender, BulletCollisionEventArgs args) { IBullet bullet = args.Bullet; bullet.Clear(); bullets.Remove(bullet); }