Grasscutter/proto/VehicleSpawnRsp.proto

9 lines
145 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message VehicleSpawnRsp {
uint32 vehicleId = 2;
uint32 entityId = 3;
}