GC-Proto/proto/Route.proto

9 lines
198 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "RoutePoint.proto";
// Obf: GPFODIPKJPN
message Route {
repeated RoutePoint route_points = 1;
uint32 route_type = 2;
}