mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
sync proto v1-v3 public
This commit is contained in:
@@ -21,33 +21,35 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "Vector.proto";
|
||||
// CmdId: 6175
|
||||
// Obf: CIEJPEDGGGK
|
||||
message ToTheMoonQueryPathReq {
|
||||
enum OALCKINEBHD {
|
||||
OptionNone = 0;
|
||||
OptionNormal = 1;
|
||||
// Obf: OALCKINEBHD
|
||||
enum OptionType {
|
||||
OPTION_NONE = 0;
|
||||
OPTION_NORMAL = 1;
|
||||
}
|
||||
|
||||
enum NJDHEEAOEBE {
|
||||
Classic = 0;
|
||||
Tendency = 1;
|
||||
Adaptive = 2;
|
||||
Inflection = 3;
|
||||
OILPBFMHGMF_CLASSIC = 0;
|
||||
OILPBFMHGMF_TENDENCY = 1;
|
||||
OILPBFMHGMF_ADAPTIVE = 2;
|
||||
OILPBFMHGMF_INFLECTION = 3;
|
||||
}
|
||||
|
||||
enum IAKAPNKHDPJ {
|
||||
All = 0;
|
||||
Air = 1;
|
||||
Water = 2;
|
||||
EHFBKPBIGHA_ALL = 0;
|
||||
EHFBKPBIGHA_AIR = 1;
|
||||
EHFBKPBIGHA_WATER = 2;
|
||||
}
|
||||
|
||||
int32 fuzzy_range = 7;
|
||||
OALCKINEBHD PPENFPGIFFL = 9;
|
||||
OptionType query_type = 9;
|
||||
int32 query_id = 11;
|
||||
uint32 scene_id = 1;
|
||||
bool PHNPILBKNAN = 3;
|
||||
NJDHEEAOEBE EOOIJPDPPFG = 8;
|
||||
IAKAPNKHDPJ GPLBKBPOBIF = 14;
|
||||
bool PIODKBAAPMI = 3;
|
||||
NJDHEEAOEBE HJKBMLBDJKE = 8;
|
||||
IAKAPNKHDPJ FPKOPPELDPD = 14;
|
||||
Vector destination_pos = 10;
|
||||
Vector source_pos = 12;
|
||||
bool GKLIGFPCPHK = 13;
|
||||
bool PKAONDIKPNI = 13;
|
||||
}
|
||||
|
Reference in New Issue
Block a user