using System.Collections; using System.Collections.Generic; namespace StarSkyPresenter; public class Objects { public List stars { get; set; } public string background { get; set; } public float frameRate { get; set; } }