mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-06 17:16:08 +03:00
30 lines
748 B
Protocol Buffer
30 lines
748 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 8892
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
// IsAllowClient: true
|
|
message MusicGameSettleReq {
|
|
uint32 music_basic_id = 7;
|
|
uint32 score = 9;
|
|
uint32 combo = 1;
|
|
uint32 correct_hit = 14;
|
|
uint64 music_share_id = 6;
|
|
float speed = 409;
|
|
uint32 max_combo = 5;
|
|
bool success = 1285;
|
|
repeated uint32 Unk2700_GDPKOANEDEB = 384;
|
|
repeated uint32 Unk2700_NNHGOCJLKFH = 4;
|
|
bool PFHCIHKCJFJ = 422;
|
|
bool KJNDJLBOJLM = 3;
|
|
uint32 Unk2700_NMHGADLANMM = 795;
|
|
uint32 Unk2700_NCHHEJNFECG = 15;
|
|
uint32 Unk2700_MMHHGALFHGA = 13;
|
|
|
|
uint32 Unk2700_FBLBGPHMLAL = 1058;
|
|
uint32 Unk2700_DIMBABOGNEM = 2;
|
|
uint32 Unk2700_IOMOHEKJJLJ = 1953;
|
|
|
|
} |