血战结算

master_huanxiang
wangyuan 2019-09-03 17:12:11 +08:00
parent 08b2db52ba
commit a2e0953db5
1 changed files with 7 additions and 1 deletions

View File

@ -32,6 +32,12 @@ message BroadMsgIndication{
repeated SceneMsg sceneMsg = 7; //
}
message SceneEndIndication{
message SceneSimpleRankInfo{
optional int32 uid = 1 ;
optional int32 score = 2 ;//
optional int32 updateScore = 3 ;//
}
message SceneEndIndication{
repeated SceneSimpleRankInfo sceneSimpleRankInfo = 1;
}