refactor(logic): 删除战斗系统相关代码

- 移除 battle 目录下的所有文件
- 删除 fight/battle 目录及其内容
- 更新 go.mod 和 go.sum 文件,移除相关依赖
This commit is contained in:
2025-08-25 01:48:42 +08:00
parent 791a052227
commit d7b4fb88c8
18 changed files with 997 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ require (
)
require (
github.com/badu/bus v1.0.3
github.com/gogf/gf/v2 v2.6.3
github.com/panjf2000/gnet/v2 v2.9.1
gopkg.in/yaml.v3 v3.0.1 // indirect