GC-Proto/proto/CurVehicleInfo.proto

12 lines
168 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: ENGCDOBPPFC
message CurVehicleInfo {
uint32 entity_id = 1;
uint32 pos = 2;
}