GC-Proto/proto/CurVehicleInfo.proto

14 lines
274 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-02 21:31:20 +03:00
2023-05-23 13:12:42 +03:00
import "Vector.proto";
2024-07-02 21:31:20 +03:00
// 4.7.0
2022-11-06 15:30:21 +03:00
message CurVehicleInfo {
2023-05-23 13:12:42 +03:00
uint32 entity_id = 1;
uint32 pos = 2;
uint32 gadget_id = 3;
2024-07-08 14:40:31 +03:00
//Vector AOHJKFLAICK = 4;
//uint32 FDCGDBELDGL = 5;
//Vector EOMOABFFPAL = 6;
2024-07-02 21:31:20 +03:00
}