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,16 +22,21 @@ import "Vector.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 607
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message ItemAddHintNotify {
|
||||
bool is_position_valid = 14;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 700;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
bool Unk3300_FLIKEBJINCL = 5;
|
||||
bool Unk3300_NIJLGEHNBNC = 4;
|
||||
repeated ItemHint item_list = 11;
|
||||
repeated ItemHint overflow_transformed_item_list = 1;
|
||||
bool Unk3300_KIOMJNHFMDE = 6;
|
||||
uint32 reason = 14;
|
||||
Vector position = 12;
|
||||
uint32 quest_id = 3;
|
||||
uint32 reason = 6;
|
||||
bool is_general_reward_hiden = 15;
|
||||
repeated ItemHint item_list = 10;
|
||||
bool is_transfered_from_avatar_card = 12;
|
||||
Vector position = 9;
|
||||
repeated ItemHint overflow_transformed_item_list = 8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user