mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
af7b97985f
Note: this is an old proto not 3.4 so it doesn't necessarily work, then in 3.5 the music event changes so maybe it's removed in the future and includes the fireworks function?
26 lines
639 B
Protocol Buffer
26 lines
639 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message MusicGameSettleReq {
|
|
|
|
uint64 ugcGuid = 4;
|
|
repeated uint32 Unk3300_HHBCEPNLCLL = 1626;
|
|
bool isSaveScore = 11;
|
|
uint32 musicBasicId = 7;
|
|
uint32 score = 2;
|
|
uint32 Unk3300_EBOJMGOCPLE = 493;
|
|
repeated uint32 Unk3300_MLLDAPCIDDO = 5;
|
|
float speed = 484;
|
|
uint32 combo = 15;
|
|
bool Unk3300_BHIGAMNDFML = 527;
|
|
uint32 maxCombo = 12;
|
|
uint32 Unk3300_IPODKENCAOK = 252;
|
|
uint32 correctHit = 13;
|
|
uint32 Unk3300_GJMIIDIOOMM = 108;
|
|
uint32 Unk3300_MDHEJNFHBBI = 9;
|
|
bool Unk3300_DMLNKOLOAAH = 497;
|
|
uint32 Unk3300_AHAGHAHGPLD = 3;
|
|
uint32 Unk3300_HEPJNCAOEMP = 8;
|
|
}
|