mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,13 +22,18 @@ import "InteractType.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 5222
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message MiracleRingDeliverItemRsp {
|
||||
InteractType interact_type = 15;
|
||||
int32 retcode = 11;
|
||||
InterOpType op_type = 14;
|
||||
uint32 gadget_id = 4;
|
||||
uint32 gadget_entity_id = 9;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 5217;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
uint32 gadget_id = 2;
|
||||
InterOpType op_type = 6;
|
||||
uint32 gadget_entity_id = 13;
|
||||
int32 retcode = 15;
|
||||
InteractType interact_type = 12;
|
||||
}
|
||||
|
Reference in New Issue
Block a user