update
This commit is contained in:
parent
6aeaf487e5
commit
1de146a6d4
|
@ -1277,8 +1277,8 @@ message SCAwardLog{
|
||||||
repeated AnnouncerLogInfo AnnouncerLog = 3;
|
repeated AnnouncerLogInfo AnnouncerLog = 3;
|
||||||
}
|
}
|
||||||
message AwardLogInfo{
|
message AwardLogInfo{
|
||||||
int32 ItemId = 2; //道具ID
|
int32 ItemId = 1; //道具ID
|
||||||
int64 Num = 4; //数量
|
int64 Num = 2; //数量
|
||||||
}
|
}
|
||||||
//实时播报
|
//实时播报
|
||||||
message AnnouncerLogInfo{
|
message AnnouncerLogInfo{
|
||||||
|
|
Loading…
Reference in New Issue