mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 09:34:12 +03:00
Update v1
This commit is contained in:
@@ -4,11 +4,11 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "ItemParam.proto";
|
||||
|
||||
// Name: EMACIPMAPCM
|
||||
// CmdId: 656
|
||||
// CmdId: 642
|
||||
// Name: AMBOFKCBNMI
|
||||
message WeaponUpgradeReq {
|
||||
repeated uint64 food_weapon_guid_list = 14;
|
||||
uint64 target_weapon_guid = 10;
|
||||
repeated ItemParam item_param_list = 12;
|
||||
repeated ItemParam item_param_list = 10;
|
||||
uint64 target_weapon_guid = 6;
|
||||
repeated uint64 food_weapon_guid_list = 7;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user