Commit 3aa479358834e2ea24c1c1b75c739b0524de1c4f

Authored by zhangqijia
1 parent c29c12e0

update ProtoCode

Showing 1 changed file with 4 additions and 3 deletions   Show diff stats
@@ -6,8 +6,9 @@ package protocode; @@ -6,8 +6,9 @@ package protocode;
6 enum ProtoCode 6 enum ProtoCode
7 { 7 {
8 UNKNOWN = 0; 8 UNKNOWN = 0;
9 - HeartRpc = 1;  
10 - LoginRpc = 2;  
11 - CreateRpc = 3; 9 + HeartReq = 1;
  10 + LoginReq = 2;
  11 + CreateReq = 3;
  12 + RoleRsp = 4;
12 13
13 } 14 }
14 \ No newline at end of file 15 \ No newline at end of file