refactor: 移除 component 包,lockstep 迁移至 server/lockstep

This commit is contained in:
kercylan98
2023-08-02 14:04:49 +08:00
parent ffd8d047f9
commit 1b8d041ae0
9 changed files with 71 additions and 118 deletions

View File

@@ -11,8 +11,6 @@ Minotaur 是一个基于Golang 1.20 编写的服务端开发支持库,其中
```mermaid
mindmap
root((Minotaur))
/component 通用组件接口定义
/components 通用组件内置实现
/configuration 配置管理功能
/game 游戏通用功能接口定义
/builtin 游戏通用功能内置实现