GC-Proto/proto/LanternRiteDoFireworksReformRsp.proto
2023-02-28 09:12:44 +08:00

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;
}