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