mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-13 21:54:38 +03:00
20 lines
349 B
Protocol Buffer
20 lines
349 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: OCLFPKFMGBE
|
|
// CmdId: 6182
|
|
message ToTheMoonRemoveObstacleReq {
|
|
// Name: CFNHLMAPIOJ
|
|
enum CFNHLMAPIOJ {
|
|
CFNHLMAPIOJ_IIGFIDPJPDF = 0;
|
|
CFNHLMAPIOJ_HNBGNEFHJOA = 1;
|
|
}
|
|
|
|
int32 query_id = 6;
|
|
int32 handle = 1;
|
|
uint32 scene_id = 3;
|
|
}
|
|
|