mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
21 lines
584 B
Protocol Buffer
21 lines
584 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 9223
|
|
|
|
import "JIGDFPFKNHI.proto";
|
|
import "WidgetCreateLocationInfo.proto";
|
|
import "CIOFCBLOPDK.proto";
|
|
import "DDOGIJCMGKI.proto";
|
|
import "WidgetCreatorInfo.proto";
|
|
|
|
message FALEKHBHJHH {
|
|
bool HLFDOBHEFCJ = 682;
|
|
oneof ADEBPDLAOJP {
|
|
JIGDFPFKNHI thunder_bird_feather_info = 1211;
|
|
WidgetCreateLocationInfo location_info = 882;
|
|
CIOFCBLOPDK sorush_info = 1322;
|
|
DDOGIJCMGKI camera_info = 29;
|
|
WidgetCreatorInfo creator_info = 1986;
|
|
}
|