2022-05-12 08:06:59 +00:00
|
|
|
syntax = "proto3";
|
|
|
|
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "WidgetCameraInfo.proto";
|
2022-05-28 06:58:12 +00:00
|
|
|
import "WidgetCreateLocationInfo.proto";
|
2022-05-12 08:06:59 +00:00
|
|
|
import "WidgetCreatorInfo.proto";
|
|
|
|
import "WidgetThunderBirdFeatherInfo.proto";
|
|
|
|
|
2022-05-28 06:58:12 +00:00
|
|
|
// CmdId: 4251
|
|
|
|
// EnetChannelId: 0
|
|
|
|
// EnetIsReliable: true
|
|
|
|
// IsAllowClient: true
|
2022-05-12 08:06:59 +00:00
|
|
|
message QuickUseWidgetReq {
|
2022-05-28 06:58:12 +00:00
|
|
|
oneof param {
|
|
|
|
WidgetCreateLocationInfo location_info = 1800;
|
|
|
|
WidgetCameraInfo camera_info = 479;
|
|
|
|
WidgetCreatorInfo creator_info = 1204;
|
|
|
|
WidgetThunderBirdFeatherInfo thunder_bird_feather_info = 1198;
|
2022-05-12 08:06:59 +00:00
|
|
|
}
|
|
|
|
}
|