From c54a5314be6740786011f80213a02229c2ea3663 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Wed, 28 Sep 2022 10:52:42 +0800 Subject: [PATCH] feat: 登出协议 --- game.proto | 3 +++ protocode.proto | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/game.proto b/game.proto index e10e3c0..a7fd6e3 100644 --- a/game.proto +++ b/game.proto @@ -225,3 +225,6 @@ message StoreUpdatePropertyNty { repeated string keys = 1; // 键 名字 models.Store store = 2; } + +message RoleLogOutRar { +} \ No newline at end of file diff --git a/protocode.proto b/protocode.proto index fdff43e..2e556fd 100644 --- a/protocode.proto +++ b/protocode.proto @@ -30,6 +30,7 @@ enum ProtoCode EmailCheckRpc = 522; EmailDelRpc = 523; StoreBuyRpc = 524; + RoleLogOutRpc = 525; DisConnectNty = 1001; RoleUpdatePropertyNty = 1002; -- libgit2 0.21.2