18 lines
375 B
Protocol Buffer
18 lines
375 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "WidgetCreateLocationInfo.proto";
|
|
import "WidgetCreatorInfo.proto";
|
|
|
|
// Name: ECBPKIEBPLJ
|
|
// CmdId: 4299
|
|
message WidgetDoBagReq {
|
|
uint32 material_id = 9;
|
|
oneof op_info {
|
|
WidgetCreateLocationInfo location_info = 1340;
|
|
WidgetCreatorInfo widget_creator_info = 1743;
|
|
}
|
|
}
|
|
|