mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
sync 4.0 v1 (66b3744)
This commit is contained in:
@@ -18,12 +18,12 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
import "WidgetCreateLocationInfo.proto";
|
||||
import "WidgetCreatorInfo.proto";
|
||||
// CmdId: 4295
|
||||
// Obf: JFBFFLAEENK
|
||||
// CmdId: 2739
|
||||
// Obf: KFDNMJHKFAA
|
||||
message WidgetDoBagReq {
|
||||
uint32 material_id = 10;
|
||||
uint32 material_id = 15;
|
||||
oneof op_info {
|
||||
WidgetCreateLocationInfo location_info = 1329;
|
||||
WidgetCreatorInfo widget_creator_info = 1593;
|
||||
WidgetCreateLocationInfo location_info = 2046;
|
||||
WidgetCreatorInfo widget_creator_info = 1156;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user