MinRaderWindow.cs 169 B

123456789101112
  1. using System;
  2. namespace vrDance
  3. {
  4. public class MinRaderWindow : PartsMgrBase
  5. {
  6. protected override void Start()
  7. {
  8. base.gameObject.SetActive(false);
  9. }
  10. }
  11. }