using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.Graphics;
using System.Reflection;
namespace CarFire
{
///
/// This class will be instantiated by the XNA Framework Content
/// Pipeline to read cfmap files from binary .xnb format.
///
public class MapReader : ContentTypeReader