Commit c54a5314be6740786011f80213a02229c2ea3663

Authored by zhangqijia
1 parent e5c1bf78

feat: 登出协议

Showing 2 changed files with 4 additions and 0 deletions   Show diff stats
game.proto
... ... @@ -225,3 +225,6 @@ message StoreUpdatePropertyNty {
225 225 repeated string keys = 1; // 键 名字
226 226 models.Store store = 2;
227 227 }
  228 +
  229 +message RoleLogOutRar {
  230 +}
228 231 \ No newline at end of file
... ...
protocode.proto
... ... @@ -30,6 +30,7 @@ enum ProtoCode
30 30 EmailCheckRpc = 522;
31 31 EmailDelRpc = 523;
32 32 StoreBuyRpc = 524;
  33 + RoleLogOutRpc = 525;
33 34  
34 35 DisConnectNty = 1001;
35 36 RoleUpdatePropertyNty = 1002;
... ...