gm response
parent
84fcee959a
commit
56b8cdf80e
|
@ -10,6 +10,11 @@ option optimize_for = SPEED;
|
|||
optional string errMsg =2 ; // 错误信息
|
||||
}
|
||||
|
||||
message GmResponse{
|
||||
optional Drop drop =1;
|
||||
optional string info =2;
|
||||
}
|
||||
|
||||
message Player{
|
||||
optional int32 uid = 1;
|
||||
optional string nickName = 2;
|
||||
|
|
Loading…
Reference in New Issue