mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
17 lines
351 B
Protocol Buffer
17 lines
351 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 670
|
|
// Name: BODKGGEKPHH
|
|
message WeaponAwakenRsp {
|
|
map<uint32, uint32> MCLMGECDMHI = 11;
|
|
int32 retcode = 9;
|
|
map<uint32, uint32> KKDIFJGIAMN = 14;
|
|
uint32 target_weapon_awaken_level = 4;
|
|
uint64 avatar_guid = 7;
|
|
uint64 target_weapon_guid = 13;
|
|
}
|
|
|