GC-Proto/proto/HomeRacingGallerySettleNotify.proto
2023-04-11 11:14:48 +08:00

16 lines
315 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "RacingGallerySettleInfo.proto";
// CmdId: 4840
// Name: APPIAPLKDKO
message HomeRacingGallerySettleNotify {
RacingGallerySettleInfo settle_info = 5;
bool is_new_record = 13;
uint32 gallery_id = 10;
uint32 rank = 7;
}