using System; namespace MoleMole.MainMenu { [Serializable] public class ConfigAtmosphereSeriesEntry { public string Path; public int ChooseRate; } }