// Token: 0x06000D6E RID: 3438 RVA: 0x0007577C File Offset: 0x0007397C private static void gmStartDemoRequestExit() { AppMain.GMS_START_DEMO_MGR gms_START_DEMO_MGR = AppMain.gmStartDemoMgrGetInfo(); if (gms_START_DEMO_MGR != null) { if (gms_START_DEMO_MGR.main_tcb != null) { AppMain.mtTaskClearTcb(gms_START_DEMO_MGR.main_tcb); gms_START_DEMO_MGR.main_tcb = null; } AppMain.gmStartDemoClearGameFlag(4096U); } }
private static void gmStartDemoRequestExit() { AppMain.GMS_START_DEMO_MGR info = AppMain.gmStartDemoMgrGetInfo(); if (info == null) { return; } if (info.main_tcb != null) { AppMain.mtTaskClearTcb(info.main_tcb); info.main_tcb = (AppMain.MTS_TASK_TCB)null; } AppMain.gmStartDemoClearGameFlag(4096U); }