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 594369e commit 5c64186Copy full SHA for 5c64186
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.5";
+ public string clientVersion = "1.1.6";
81
public string serverScriptVersion = "";
82
public string clientScriptVersion = "0.1.0";
83
public string serverProtocolMD5 = "A27C011AA0FCAC031A349A8A3D288C7D";
0 commit comments