mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-13 21:54:38 +03:00
21 lines
495 B
Protocol Buffer
21 lines
495 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "LanternRiteFireworksReformFactorInfo.proto";
|
|
|
|
// Name: HLLJICIJOEG
|
|
// CmdId: 8564
|
|
message LanternRiteDoFireworksReformRsp {
|
|
int32 retcode = 15;
|
|
repeated LanternRiteFireworksReformFactorInfo factor_info_list = 13;
|
|
uint32 FBHAEFIAIHM = 1;
|
|
bool is_lucky = 4;
|
|
uint32 FOPCMLBHHHF = 8;
|
|
uint32 stage_id = 11;
|
|
uint32 challenge_id = 2;
|
|
uint32 EOFAHKCJBKK = 6;
|
|
uint32 JPDEEDPFBMB = 14;
|
|
}
|
|
|