// Token: 0x06015632 RID: 87602 RVA: 0x0056CE58 File Offset: 0x0056B058 public static void SetScene(int sceneId) { if (!BuglyAgent.IsInitialized) { return; } BuglyAgent.DebugLog(null, "Set scene: {0}", new object[] { sceneId }); BuglyAgent.SetCurrentScene(sceneId); }