From 5381d44eab94c00020dde36e6b9be854d0a8931d Mon Sep 17 00:00:00 2001
From: unanmed <1319491857@qq.com>
Date: Mon, 31 Jul 2023 17:21:35 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E7=9B=AE?=
=?UTF-8?q?=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/plugin/game/{ => enemy}/remainEnemy.js | 2 +-
src/plugin/game/index.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename src/plugin/game/{ => enemy}/remainEnemy.js (97%)
diff --git a/src/plugin/game/remainEnemy.js b/src/plugin/game/enemy/remainEnemy.js
similarity index 97%
rename from src/plugin/game/remainEnemy.js
rename to src/plugin/game/enemy/remainEnemy.js
index 60afefa..ae8a8af 100644
--- a/src/plugin/game/remainEnemy.js
+++ b/src/plugin/game/enemy/remainEnemy.js
@@ -1,4 +1,4 @@
-///
+///
/**
* 检查漏怪
diff --git a/src/plugin/game/index.js b/src/plugin/game/index.js
index bd9475f..0f49e69 100644
--- a/src/plugin/game/index.js
+++ b/src/plugin/game/index.js
@@ -9,7 +9,7 @@ import './fx/rewrite';
import * as halo from './fx/halo';
import * as hero from './hero';
import * as loopMap from './loopMap';
-import * as remainEnemy from './remainEnemy';
+import * as remainEnemy from './enemy/remainEnemy';
import * as removeMap from './removeMap';
import * as shop from './shop';
import * as skill from './skills';