GC-Proto/proto/LanternRiteStartFireworksReformRsp.proto

22 lines
597 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-04-11 06:14:48 +03:00
// CmdId: 8555
// Name: HOAFHAEHDLJ
2023-02-18 04:48:44 +03:00
message LanternRiteStartFireworksReformRsp {
2023-04-11 06:14:48 +03:00
repeated LanternRiteFireworksReformFactorInfo factor_info_list = 7;
int32 retcode = 4;
2023-02-28 04:12:44 +03:00
repeated LanternRiteFireworksReformSkillInfo skill_info_list = 5;
2023-04-11 06:14:48 +03:00
uint32 ALIIBHKIMBM = 3;
uint32 EFLPMIIEPNG = 11;
uint32 HEAJHLGGKLM = 6;
uint32 stage_id = 10;
uint32 challenge_id = 12;
uint32 MAKIBNPJGEJ = 15;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00