18 lines
353 B
Protocol Buffer
18 lines
353 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "InteractType.proto";
|
|
import "InterOpType.proto";
|
|
|
|
// Name: PDCEJKGIPPA
|
|
// CmdId: 5232
|
|
message MiracleRingDeliverItemRsp {
|
|
uint32 gadget_entity_id = 2;
|
|
uint32 gadget_id = 6;
|
|
InterOpType op_type = 8;
|
|
InteractType interact_type = 7;
|
|
int32 retcode = 13;
|
|
}
|
|
|