mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
18 lines
346 B
Protocol Buffer
18 lines
346 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 24758
|
|
// Name: GPIBHNNMOOA
|
|
message InstableSprayLevelFinishNotify {
|
|
uint32 round = 15;
|
|
uint32 difficulty = 13;
|
|
bool KHKAMOPPEBE = 10;
|
|
repeated uint32 score_list = 4;
|
|
bool BMHBNKGBKEK = 12;
|
|
uint32 stage_id = 14;
|
|
uint32 level_id = 3;
|
|
}
|
|
|