GC-Proto/proto/LanternRiteDoFireworksReformRsp.proto

21 lines
495 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "LanternRiteFireworksReformFactorInfo.proto";
2023-02-28 04:12:44 +03:00
// Name: HLLJICIJOEG
// CmdId: 8564
2023-02-18 04:48:44 +03:00
message LanternRiteDoFireworksReformRsp {
2023-02-28 04:12:44 +03:00
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;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00