using System; using UnityEngine; namespace vrDance { public class VrDanceResult : Result_Display { protected override void UIInit(Transform child) { } } }