mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -19,27 +19,32 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 8892
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message MusicGameSettleReq {
|
||||
repeated uint32 button_list = 384;
|
||||
uint32 delay = 795;
|
||||
repeated uint32 note_list = 4;
|
||||
uint32 score_rating = 15;
|
||||
uint32 score = 9;
|
||||
uint64 ugc_guid = 6;
|
||||
uint32 restart_times = 13;
|
||||
bool is_custom_delay = 422;
|
||||
uint32 max_combo = 5;
|
||||
uint32 is_full_combo = 1058;
|
||||
float speed = 409;
|
||||
bool is_save_score = 3;
|
||||
uint32 combo = 1;
|
||||
uint32 music_basic_id = 7;
|
||||
uint32 star_rating = 2;
|
||||
uint32 volume = 1953;
|
||||
uint32 correct_hit = 14;
|
||||
bool is_custom_speed = 1285;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 8998;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// IS_ALLOW_CLIENT = 1;
|
||||
// }
|
||||
|
||||
repeated uint32 Unk3300_MLLDAPCIDDO = 14;
|
||||
repeated uint32 Unk3300_HHBCEPNLCLL = 1007;
|
||||
bool Unk3300_DMLNKOLOAAH = 1984;
|
||||
uint32 Unk3300_EBOJMGOCPLE = 82;
|
||||
uint32 max_combo = 10;
|
||||
bool is_save_score = 7;
|
||||
float speed = 790;
|
||||
uint32 Unk3300_MDHEJNFHBBI = 15;
|
||||
uint32 score = 8;
|
||||
bool Unk3300_BHIGAMNDFML = 291;
|
||||
uint32 correct_hit = 11;
|
||||
uint32 Unk3300_HEPJNCAOEMP = 1;
|
||||
uint32 combo = 4;
|
||||
uint32 Unk3300_IPODKENCAOK = 304;
|
||||
uint64 ugc_guid = 3;
|
||||
uint32 Unk3300_AHAGHAHGPLD = 12;
|
||||
uint32 music_basic_id = 5;
|
||||
uint32 Unk3300_GJMIIDIOOMM = 1951;
|
||||
}
|
||||
|
Reference in New Issue
Block a user