using UnityEngine; using UniFramework.Event; namespace GFGGame.Launcher { public static class QDAppStoreManagerInit { public static void InitPlatform() { UniEvent.SendMessage(new LauncherEvent.InitPlatformResult() { success = true}); } public static void UpdateApp() { } } }