GC-Proto/proto/MonsterRoute.proto

15 lines
325 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
import "RoutePoint.proto";
message MonsterRoute {
repeated RoutePoint route_points = 1;
uint32 speed_level = 2;
uint32 route_type = 3;
float arrive_range = 4;
bool OFDFDKHNJGA = 5;
bool GPLDNOGEBDI = 6;
}