using System; namespace MoleMole.Config { [Serializable] public class ConfigWeatherEntry { public string name; public string dataPath; } }