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:
@@ -19,13 +19,18 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 5225
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message MiracleRingDataNotify {
|
||||
bool is_gadget_created = 8;
|
||||
uint32 last_take_reward_time = 14;
|
||||
uint32 gadget_entity_id = 12;
|
||||
uint32 last_deliver_item_time = 10;
|
||||
uint32 miracle_ring_cd = 7;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 5222;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
bool is_gadget_created = 15;
|
||||
uint32 gadget_entity_id = 7;
|
||||
uint32 Unk3300_OONPDLMPLNC = 9;
|
||||
uint32 Unk3300_POIAEGJNEKP = 8;
|
||||
uint32 last_take_reward_time = 12;
|
||||
}
|
||||
|
Reference in New Issue
Block a user