mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-11 11:36:07 +03:00
15 lines
261 B
Protocol Buffer
15 lines
261 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 8462
|
|
// Name: IGMLBCPGBAL
|
|
message LanternRiteDoFireworksReformReq {
|
|
uint32 stage_id = 5;
|
|
uint32 factor_id = 1;
|
|
uint32 challenge_id = 10;
|
|
uint32 skill_id = 12;
|
|
}
|
|
|