mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-30 17:49:40 +03:00
15 lines
253 B
Protocol Buffer
15 lines
253 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 2055
|
|
// Name: FLKCCEBGKDA
|
|
message FleurFairMusicGameSettleReq {
|
|
uint32 music_basic_id = 8;
|
|
uint32 correct_hit = 1;
|
|
uint32 combo = 6;
|
|
uint32 score = 2;
|
|
}
|
|
|