GC-Proto/proto/LanternRiteStartFireworksReformRsp.proto

22 lines
596 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";
import "LanternRiteFireworksReformSkillInfo.proto";
2023-02-28 04:12:44 +03:00
// Name: PEEMKLGEMDH
// CmdId: 8546
2023-02-18 04:48:44 +03:00
message LanternRiteStartFireworksReformRsp {
2023-02-28 04:12:44 +03:00
uint32 challenge_id = 2;
repeated LanternRiteFireworksReformFactorInfo factor_info_list = 12;
uint32 JPDEEDPFBMB = 4;
uint32 FOPCMLBHHHF = 15;
uint32 FBHAEFIAIHM = 6;
uint32 stage_id = 1;
int32 retcode = 13;
repeated LanternRiteFireworksReformSkillInfo skill_info_list = 5;
uint32 EOFAHKCJBKK = 9;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00