We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6efdab commit e932c9fCopy full SHA for e932c9f
README.md
@@ -13,6 +13,11 @@
13
- JDK1.8
14
- netty4.1.42
15
16
+# 项目依赖
17
+- 服务器核心包 [ServerCore](https://github.com/GameUnion/ServerCore)
18
+- 通讯协议 [ConfigProtocol](https://github.com/GameUnion/ConfigProtocol)
19
+- 数值数据 [ConfigData](https://github.com/GameUnion/ConfigData)
20
+- Unity客户端 [GameClient](https://github.com/GameUnion/GameClient)
21
22
# 启动方式
23
- 替换[config.properties](server/src/main/resources/config.properties)文件的configDataPath
0 commit comments