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 4d1593a commit 21c0a34Copy full SHA for 21c0a34
Assets/Plugins/kbengine_unity3d_plugins/KBEngine.cs
@@ -77,7 +77,7 @@ public enum CLIENT_TYPE
77
78
// 服务端与客户端的版本号以及协议MD5
79
public string serverVersion = "";
80
- public string clientVersion = "1.1.8";
+ public string clientVersion = "1.1.9";
81
public string serverScriptVersion = "";
82
public string clientScriptVersion = "0.1.0";
83
public string serverProtocolMD5 = "4930E6C01028CE4D5B3CE228CA841378";
0 commit comments