GC-Proto/proto/TakeCompoundOutputReq.proto

13 lines
206 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 106
// Name: KILNDKJNGBJ
message TakeCompoundOutputReq {
uint32 compound_group_id = 1;
uint32 compound_id = 13;
}