GC-Proto/proto/WidgetDoBagReq.proto

15 lines
358 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "WidgetCreateLocationInfo.proto";
import "WidgetCreatorInfo.proto";
// 4.7.0
// CmdId: 8213
// Obf: LPCCGGKDGML
message WidgetDoBagReq {
uint32 material_id = 2;
oneof op_info {
WidgetCreateLocationInfo location_info = 1448;
WidgetCreatorInfo widget_creator_info = 1848;
}
}