refactor(logic): 删除战斗系统相关代码
- 移除 battle 目录下的所有文件 - 删除 fight/battle 目录及其内容 - 更新 go.mod 和 go.sum 文件,移除相关依赖
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user