mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 17:44:11 +03:00
sync proto v1-v3 public
This commit is contained in:
@@ -21,12 +21,13 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "AddNoGachaAvatarCardTransferItem.proto";
|
||||
// CmdId: 1794
|
||||
// Obf: AGOKHIGKIPO
|
||||
message AddNoGachaAvatarCardNotify {
|
||||
uint32 avatar_id = 7;
|
||||
uint32 initial_level = 2;
|
||||
uint32 initial_promote_level = 2;
|
||||
uint32 item_id = 1;
|
||||
uint32 reason = 8;
|
||||
uint32 initial_promote_level = 5;
|
||||
uint32 initial_level = 5;
|
||||
bool is_transfer_to_item = 9;
|
||||
repeated AddNoGachaAvatarCardTransferItem transfer_item_list = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user