mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 17:44:11 +03:00
works 4.0 in-game
This commit is contained in:
@@ -15,19 +15,16 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
import "AddNoGachaAvatarCardTransferItem.proto";
|
||||
// CmdId: 1794
|
||||
// Obf: AGOKHIGKIPO
|
||||
// CmdId: 7037
|
||||
// Obf: BEANNFLOONI
|
||||
message AddNoGachaAvatarCardNotify {
|
||||
uint32 avatar_id = 7;
|
||||
uint32 initial_promote_level = 2;
|
||||
uint32 item_id = 1;
|
||||
uint32 reason = 8;
|
||||
uint32 initial_level = 5;
|
||||
uint32 initial_level = 15;
|
||||
uint32 avatar_id = 14;
|
||||
uint32 reason = 12;
|
||||
bool is_transfer_to_item = 9;
|
||||
repeated AddNoGachaAvatarCardTransferItem transfer_item_list = 14;
|
||||
uint32 item_id = 1;
|
||||
repeated AddNoGachaAvatarCardTransferItem transfer_item_list = 2;
|
||||
uint32 initial_promote_level = 8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user