Skip to content

Commit 2e38128

Browse files
committed
goworld_cn文档
1 parent 2b34d9b commit 2e38128

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

cn/goworld_cn.go

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

78
import (

0 commit comments

Comments
 (0)