VrDanceResult.cs 168 B

123456789101112
  1. using System;
  2. using UnityEngine;
  3. namespace vrDance
  4. {
  5. public class VrDanceResult : Result_Display
  6. {
  7. protected override void UIInit(Transform child)
  8. {
  9. }
  10. }
  11. }