GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
d368d9b3f0ceb90f11f2da4f1bce0b0236e828aa
Authored by
zhangqijia
2022-06-08 16:09:51 +0800
1 parent
19fbde9e
fix: update protocode
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
protocode.proto
Inline
Side-by-side
protocode.proto
Wrap text
Show/Hide comments
View file @
d368d9b
...
...
@@ -6,9 +6,8 @@ package protocode;
6
6
enum ProtoCode
7
7
{
8
8
UNKNOWN = 0;
9
-
10
- LoginRsp = 1;
11
- HeartRpc = 2;
9
+ HeartRpc = 1;
10
+ LoginRpc = 2;
12
11
CreateRpc = 3;
13
12
ChangeTeamRpc = 4;
14
13
HeroEquipReferRpc = 5;
...
...