GC-Proto/proto/MusicGameSettleReq.proto

29 lines
656 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-12-05 15:02:30 +03:00
2023-04-11 11:18:47 +03:00
// CmdId: 8512
// Name: HKPCJMACGEA
2023-02-28 06:08:38 +03:00
message MusicGameSettleReq {
2023-04-11 11:18:47 +03:00
uint32 score = 15;
uint32 LFBNPBMNLKD = 7;
uint32 max_combo = 2;
uint32 HDOIBKCMFPK = 1291;
uint32 correct_hit = 9;
bool JBDMHEJEGIB = 23;
uint32 PDAEMLNANJB = 599;
bool JGNMPPLDBON = 878;
uint64 ugc_guid = 8;
bool is_save_score = 6;
uint32 AHGFEMANIFF = 1415;
uint32 CNAJIGJCBAA = 12;
uint32 NGCEDFEHHIM = 5;
float speed = 161;
uint32 combo = 1;
uint32 music_basic_id = 14;
repeated uint32 DLGEHGGHDAI = 491;
repeated uint32 IENNECCNIFA = 4;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00