Skip to content

Commit 2b024c3

Browse files
committed
goworld_cn文档
1 parent 7fc4ae5 commit 2b024c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cn/goworld_cn.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// GoWorld是一个分布式的游戏服务器引擎
1+
// goworld库为开发者提供大部分的GoWorld服务器引擎接口
2+
// GoWorld是一个分布式的游戏服务器引擎,理论上支持无限横向扩展。
3+
// 一个GoWorld服务器由三种不同的进程注册:dispatcher、gate、game。
24
package goworld
35

46
import (

0 commit comments

Comments
 (0)