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