future 1 year ago
parent
commit
6a02c407bd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      assets/script/edit/event/event_switch_scene_event.ts

+ 0 - 2
assets/script/edit/event/event_switch_scene_event.ts

@@ -1,8 +1,6 @@
 import { _decorator, Component, Label, Node, Toggle } from 'cc';
 import { event_item_switch_scene_event, scene_item_data } from '../../../data/data';
 import { config } from '../../config';
-import { gameManager } from '../../run/gameManager';
-import { edit_scene } from '../edit_scene';
 import { main } from '../../main';
 import { tools } from '../../tools';
 const { ccclass, property } = _decorator;