ShowXunJian.cs 234 B

1234567891011121314
  1. using SC.XR.Unity;
  2. using System.Collections;
  3. using System.Collections.Generic;
  4. using UnityEngine;
  5. public class ShowXunJian : RemoteSingleton<ShowXunJian>
  6. {
  7. public override void initShow()
  8. {
  9. base.initShow();
  10. }
  11. }