You've already forked XiguaLiveDanmakuHelper
解析成功,待继续发掘有用数据
This commit is contained in:
10
Demo/XiguaGift.proto
Normal file
10
Demo/XiguaGift.proto
Normal file
@ -0,0 +1,10 @@
|
||||
syntax = "proto2";
|
||||
// 礼物
|
||||
message Gift {
|
||||
message Detail {
|
||||
required string gift_id = 1;
|
||||
required string gift_name = 2;
|
||||
}
|
||||
required int32 id = 1;
|
||||
required Detail gift = 2;
|
||||
}
|
Reference in New Issue
Block a user