public void UpdateParticipants()
        {
            if (m_data == null)
            {
                m_participants = null;
                return;
            }

            m_participants = new MusicalParticipant5[4];
            for (int x = 0; x < 4; x++)
            {
                Participants[x] = new MusicalParticipant5(m_data, x * 0x58 + 0x84);
            }
        }
        public void UpdateParticipants()
        {
            if (m_data == null)
            {
                m_participants = null;
                return;
            }

            m_participants = new MusicalParticipant5[4];
            for (int x = 0; x < 4; x++)
            {
                Participants[x] = new MusicalParticipant5(m_data, x * 0x58 + 0x84);
            }
        }