File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Assets/Plugins/kbengine_unity3d_plugins Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public enum NETWORK_ENCRYPT_TYPE
8888
8989 // 服务端与客户端的版本号以及协议MD5
9090 public string serverVersion = "" ;
91- public string clientVersion = "2.5.1 " ;
91+ public string clientVersion = "2.5.3 " ;
9292 public string serverScriptVersion = "" ;
9393 public string clientScriptVersion = "0.1.0" ;
9494 public string serverProtocolMD5 = "ACE55A2934030C0DA3446BA0E5FAB5DD" ;
Original file line number Diff line number Diff line change @@ -32,11 +32,13 @@ public override void createFromStream(MemoryStream stream)
3232
3333 public override void onGetBase ( )
3434 {
35+ ownerID = owner . id ;
3536 baseEntityCall = new EntityBaseEntityCall_TestBase ( entityComponentPropertyID , ownerID ) ;
3637 }
3738
3839 public override void onGetCell ( )
3940 {
41+ ownerID = owner . id ;
4042 cellEntityCall = new EntityCellEntityCall_TestBase ( entityComponentPropertyID , ownerID ) ;
4143 }
4244
Original file line number Diff line number Diff line change @@ -32,11 +32,13 @@ public override void createFromStream(MemoryStream stream)
3232
3333 public override void onGetBase ( )
3434 {
35+ ownerID = owner . id ;
3536 baseEntityCall = new EntityBaseEntityCall_TestNoBaseBase ( entityComponentPropertyID , ownerID ) ;
3637 }
3738
3839 public override void onGetCell ( )
3940 {
41+ ownerID = owner . id ;
4042 cellEntityCall = new EntityCellEntityCall_TestNoBaseBase ( entityComponentPropertyID , ownerID ) ;
4143 }
4244
You can’t perform that action at this time.
0 commit comments