move proto to submodule
This commit is contained in:
16
proto/WeaponAwakenReq.proto
Normal file → Executable file
16
proto/WeaponAwakenReq.proto
Normal file → Executable file
@@ -2,8 +2,18 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
message WeaponAwakenReq {
|
||||
uint64 targetWeaponGuid = 1;
|
||||
uint64 itemGuid = 2;
|
||||
map<uint32, uint32> affixLevelMap = 3;
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
NONE = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
IS_ALLOW_CLIENT = 1;
|
||||
CMD_ID = 656;
|
||||
}
|
||||
|
||||
uint64 target_weapon_guid = 1;
|
||||
uint64 item_guid = 2;
|
||||
map<uint32, uint32> affix_level_map = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user