mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,17 +22,14 @@ import "ItemParam.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 5842
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message FishBattleEndRsp {
|
||||
bool is_got_reward = 10;
|
||||
repeated ItemParam reward_item_list = 11;
|
||||
repeated ItemParam talent_item_list = 13;
|
||||
repeated ItemParam drop_item_list = 9;
|
||||
int32 retcode = 7;
|
||||
FishNoRewardReason no_reward_reason = 14;
|
||||
FishBattleResult battle_result = 6;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 5845;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
enum FishNoRewardReason {
|
||||
FISH_NO_REWARD_REASON_NONE = 0;
|
||||
@@ -40,4 +37,12 @@ message FishBattleEndRsp {
|
||||
FISH_NO_REWARD_REASON_BAG_LIMIT = 2;
|
||||
FISH_NO_REWARD_REASON_POOL_LIMIT = 3;
|
||||
}
|
||||
|
||||
FishBattleResult battle_result = 6;
|
||||
FishNoRewardReason no_reward_reason = 2;
|
||||
int32 retcode = 9;
|
||||
repeated ItemParam Unk3300_ABBBGOBDJEC = 12;
|
||||
bool is_got_reward = 8;
|
||||
repeated ItemParam Unk3300_MDCKKPGNKGL = 1;
|
||||
repeated ItemParam reward_item_list = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user