Grasscutter/proto/VehicleStaminaNotify.proto
ayy lmao 47b0ee2883 Implement HandlerVehicleInteractReq & Rsp and HandlerVehicleSpawnReq & Rsp
Also added opcodes related to vehicles, added LODPatternName to GadgetData and added EntityVehicle class
2022-04-28 21:21:08 +02:00

9 lines
152 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message VehicleStaminaNotify {
uint32 entity_id = 1;
float cur_stamina = 2;
}