mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-04 16:16:06 +03:00
24 lines
642 B
Protocol Buffer
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;
|
|
}
|
|
}
|
|
|