public TileAtlas(TextureStore textureStore, JsonStore jsonStore, string filename) { TextureStore = textureStore; this.jsonStore = jsonStore; Filename = filename; try { jsonStore.Populate(filename, this); } catch (FileNotFoundException) { } }