Thanks to visit codestin.com Credit goes to github.com
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 2f624b5 commit dd335b0Copy full SHA for dd335b0
cn/docs/programming/serverengineprogramming.md
@@ -17,7 +17,7 @@ docsitem: server-engine-programming
17
// 移动类,手机,平板电脑(可不包含Python脚本,entitydefs协议可使用网络导入)
18
CLIENT_TYPE_MOBILE = 1,
19
20
- // 独立的Windows/Linux/Mac应用程序(包含python脚本,entitydefs解析与检查entitydefs的MD5,原生的)
+ // 独立的Windows/Linux/Mac应用程序(包含Python脚本,entitydefs解析与检查entitydefs的MD5,原生的)
21
CLIENT_TYPE_PC = 2,
22
23
// Web,HTML5,Flash(不包含Python脚本,entitydefs协议可使用网络导入)
0 commit comments