mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
16 lines
315 B
Protocol Buffer
16 lines
315 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "GearColumnInfo.proto";
|
|
|
|
// CmdId: 22172
|
|
// Name: IDBMLIJNLFC
|
|
message GearActivityFinishPlayGearReq {
|
|
uint32 level_id = 11;
|
|
repeated GearColumnInfo gear_column_info_list = 13;
|
|
bool is_success = 12;
|
|
bool use_clue = 1;
|
|
}
|
|
|