mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -20,14 +20,14 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message PBNavMeshPoly {
|
||||
repeated EdgeType edge_types = 10;
|
||||
int32 area = 6;
|
||||
repeated int32 vects = 7;
|
||||
|
||||
enum EdgeType {
|
||||
EDGE_TYPE_INNER = 0;
|
||||
EDGE_TYPE_TILE_BOUND = 1;
|
||||
EDGE_TYPE_TILE_BOUND_UNCONNECT = 2;
|
||||
EDGE_TYPE_TILE_BOUND_OVERIDE = 3;
|
||||
}
|
||||
|
||||
int32 area = 14;
|
||||
repeated int32 vects = 13;
|
||||
repeated EdgeType edge_types = 5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user