GC-Proto/proto/QuickUseWidgetReq.proto

22 lines
561 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
import "WidgetCameraInfo.proto";
import "WidgetCreateLocationInfo.proto";
import "WidgetCreatorInfo.proto";
import "WidgetThunderBirdFeatherInfo.proto";
2023-02-18 04:48:44 +03:00
2023-02-28 04:12:44 +03:00
// Name: NDPFKHINLPB
// CmdId: 4281
2023-02-18 04:48:44 +03:00
message QuickUseWidgetReq {
2023-02-28 04:12:44 +03:00
bool OJJOGCGCBPC = 358;
oneof param {
WidgetCreateLocationInfo location_info = 848;
WidgetCameraInfo camera_info = 891;
WidgetCreatorInfo creator_info = 1727;
WidgetThunderBirdFeatherInfo thunder_bird_feather_info = 1265;
}
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00