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

15 lines
262 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: JBEIIMEGPHG
// CmdId: 8261
message LanternRiteDoFireworksReformReq {
uint32 skill_id = 15;
uint32 stage_id = 12;
uint32 factor_id = 2;
uint32 challenge_id = 11;
}