// 重叠房间加载后重新采集数据
#if V1028
        public static void AfterManualLevelStart()
        {
            EnemyInfo.RefreshInfo();
            HitboxInfo.RefreshInfo();
        }