mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
完善了protobuf协议文件
This commit is contained in:
@@ -18,8 +18,8 @@ syntax = "proto3";
|
||||
|
||||
import "HomeBalloonRecord.proto";
|
||||
import "HomeRacingRecord.proto";
|
||||
import "HomeSeekFurnitureAllRecord.proto";
|
||||
import "HomeStakeRecord.proto";
|
||||
import "SeekFurnitureGalleryInfo.proto";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
@@ -30,6 +30,6 @@ message HomeGroupRecord {
|
||||
HomeRacingRecord racing_gallery_info = 467;
|
||||
HomeBalloonRecord balloon_gallery_info = 1410;
|
||||
HomeStakeRecord stake_play_info = 347;
|
||||
SeekFurnitureGalleryInfo seek_furniture_gallery_info = 1822;
|
||||
HomeSeekFurnitureAllRecord seek_furniture_gallery_info = 1822;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user