Update proto 3.3

This commit is contained in:
Akbar Yahya
2022-12-05 20:02:30 +08:00
parent 9b5321c106
commit 67789137ff
3726 changed files with 95316 additions and 5249 deletions

View File

@@ -21,21 +21,15 @@ import "Vector.proto";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 6172
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message ToTheMoonQueryPathReq {
Vector destination_pos = 9;
int32 fuzzy_range = 15;
OptionType query_type = 8;
AStarMethod astar_method = 1;
uint32 scene_id = 6;
int32 query_id = 11;
FilterType filter_type = 3;
bool refined = 13;
bool use_full_neighbor = 5;
Vector source_pos = 10;
// enum CmdId {
// option allow_alias = true;
// NONE = 0;
// CMD_ID = 6179;
// ENET_CHANNEL_ID = 0;
// ENET_IS_RELIABLE = 1;
// IS_ALLOW_CLIENT = 1;
// }
enum OptionType {
OPTION_TYPE_NONE = 0;
@@ -54,4 +48,15 @@ message ToTheMoonQueryPathReq {
FILTER_TYPE_AIR = 1;
FILTER_TYPE_WATER = 2;
}
OptionType query_type = 5;
bool Unk3300_BBLMBILIOGP = 8;
FilterType filter_type = 13;
int32 query_id = 2;
AStarMethod astar_method = 12;
Vector source_pos = 11;
Vector destination_pos = 3;
int32 fuzzy_range = 7;
bool Unk3300_OFGONAMNIJG = 6;
uint32 scene_id = 4;
}