23 lines
405 B
Protocol Buffer
23 lines
405 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "VehicleMember.proto";
|
|
import "VehicleInteractType.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message VehicleInteractRsp {
|
|
enum HPGMAKHGBBO {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 825;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
VehicleMember member = 15;
|
|
uint32 entityId = 2;
|
|
int32 retcode = 10;
|
|
VehicleInteractType interactType = 8;
|
|
}
|