using System; namespace Shared { [System.Serializable] public class MusicPanel : Common { public MusicPanel () { this.Type = DeviceType.MusicPanel; } public byte Status; } }