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