GC-Proto/proto/MiracleRingDeliverItemReq.p...

25 lines
466 B
Protocol Buffer

syntax = "proto3";
import "InterOpType.proto";
import "ItemParam.proto";
option java_package = "emu.grasscutter.net.proto";
message MiracleRingDeliverItemReq {
enum DCABNDOGJJB {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 5231;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
EAJIABGAOCI = 1;
}
repeated uint64 foodWeaponGuidList = 3;
InterOpType opType = 2;
uint32 gadgetId = 14;
repeated ItemParam itemParamList = 5;
uint32 gadgetEntityId = 6;
}