public void OnKill(IShooter i_MyKiller) { (Game as GameWithScreens).SpriteSoundEffects["MotherShipKill"].Play(); m_IsDying = true; Velocity = new Vector2(0); m_Animations.Restart(); i_MyKiller.OnHit(this); }