public IsoManager() { curLevel = null; tileSets = new Dictionary<string, TileSet>(); }
public void UpdateLevel(Levels.IsoLevel newLevel) { curLevel = newLevel; }
public void Initialize(ContentManager cm) { curLevel = new Levels.IsoLevel(cm); }