修改部分目录

This commit is contained in:
unanmed 2023-07-31 17:21:35 +08:00
parent a47a56aed5
commit 5381d44eab
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
///<reference path="../../../src/types/core.d.ts" /> ///<reference path="../../../../src/types/core.d.ts" />
/** /**
* 检查漏怪 * 检查漏怪

View File

@ -9,7 +9,7 @@ import './fx/rewrite';
import * as halo from './fx/halo'; import * as halo from './fx/halo';
import * as hero from './hero'; import * as hero from './hero';
import * as loopMap from './loopMap'; import * as loopMap from './loopMap';
import * as remainEnemy from './remainEnemy'; import * as remainEnemy from './enemy/remainEnemy';
import * as removeMap from './removeMap'; import * as removeMap from './removeMap';
import * as shop from './shop'; import * as shop from './shop';
import * as skill from './skills'; import * as skill from './skills';