mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-14 04:56:06 +03:00
23 lines
364 B
Protocol Buffer
23 lines
364 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
|
|
message MusicGameSettleRsp {
|
|
//enum EHMCDJNMHDC {
|
|
// option allow_alias= true;
|
|
// NONE = 0;
|
|
// PEPPOHPHJOJ = 8735;
|
|
// DCDNILFDFLB = 0;
|
|
// NNBKOLMPOEA = 1;
|
|
//}
|
|
|
|
int32 retcode = 9;
|
|
bool isUnlockNextLevel = 1;
|
|
uint64 ugcGuid = 7;
|
|
uint32 musicBasicId = 4;
|
|
bool isNewRecord = 14;
|
|
}
|