public override void DrawBlack(GameTime gameTime)
 {
     // Draw gun
     CurrentWeapon.DrawBlack(gameTime);
 }