GC-Proto/proto/QuickUseWidgetReq.proto
2023-04-11 11:14:48 +08:00

24 lines
642 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "WidgetCameraInfo.proto";
import "WidgetCreateLocationInfo.proto";
import "WidgetCreatorInfo.proto";
import "WidgetSorushInfo.proto";
import "WidgetThunderBirdFeatherInfo.proto";
// CmdId: 4273
// Name: KPHPHAEKPDO
message QuickUseWidgetReq {
bool GPAEJDBAELH = 1846;
oneof param {
WidgetCreateLocationInfo location_info = 1807;
WidgetCameraInfo camera_info = 1828;
WidgetCreatorInfo creator_info = 1560;
WidgetThunderBirdFeatherInfo thunder_bird_feather_info = 1431;
WidgetSorushInfo sorush_info = 1961;
}
}