mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 10:24:47 +01:00
Implement HandlerVehicleInteractReq & Rsp and HandlerVehicleSpawnReq & Rsp
Also added opcodes related to vehicles, added LODPatternName to GadgetData and added EntityVehicle class
This commit is contained in:
12
proto/VehicleSpawnReq.proto
Normal file
12
proto/VehicleSpawnReq.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "Vector.proto";
|
||||
|
||||
message VehicleSpawnReq {
|
||||
uint32 vehicleId = 1;
|
||||
uint32 pointId = 2;
|
||||
Vector pos = 3;
|
||||
Vector rot = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user