using SC.XR.Unity; using System.Collections; using System.Collections.Generic; using UnityEngine; public class ShowXunJian : RemoteSingleton { public override void initShow() { base.initShow(); } }