using System; namespace HDL_ON { [Serializable] public class SceneRes { public int SceneId { get; set; } public string SceneName { get; set; } } }