GC-Proto/proto/HomeRacingGallerySettleNotify.proto

16 lines
313 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "RacingGallerySettleInfo.proto";
2023-02-28 04:12:44 +03:00
// Name: KJEMLPBDOBM
// CmdId: 4764
2023-02-18 04:48:44 +03:00
message HomeRacingGallerySettleNotify {
2023-02-28 04:12:44 +03:00
uint32 rank = 9;
uint32 gallery_id = 6;
RacingGallerySettleInfo settle_info = 8;
bool is_new_record = 5;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00