GC-Proto/proto/GravenInnocenceRaceSettleNotify.proto

22 lines
466 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 "GalleryStopReason.proto";
2023-04-11 06:14:48 +03:00
// CmdId: 24786
// Name: OAELCOKBFKH
2023-02-18 04:48:44 +03:00
message GravenInnocenceRaceSettleNotify {
2023-04-11 06:14:48 +03:00
GalleryStopReason reason = 7;
uint32 level_id = 8;
bool is_new_record = 13;
uint32 JCFJLLKLHFO = 10;
uint32 score = 5;
uint32 CCIKKABKAPE = 1;
uint32 MFJBNDHNNMO = 2;
uint32 gallery_id = 15;
uint32 IFECDFBGBAA = 14;
2023-02-28 04:12:44 +03:00
bool is_success = 3;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00