mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 18:34:49 +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:
8
proto/VehicleStaminaNotify.proto
Normal file
8
proto/VehicleStaminaNotify.proto
Normal file
@@ -0,0 +1,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message VehicleStaminaNotify {
|
||||
uint32 entity_id = 1;
|
||||
float cur_stamina = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user