mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "ChannelerSlabLoopDungeonResultInfo.proto";
|
||||
import "CrystalLinkSettleInfo.proto";
|
||||
import "CrystalLinkDungeonSettleInfo.proto";
|
||||
import "DungeonSettleExhibitionInfo.proto";
|
||||
import "EffigyChallengeDungeonResultInfo.proto";
|
||||
import "EffigyChallengeV2SettleInfo.proto";
|
||||
import "InstableSpraySettleInfo.proto";
|
||||
import "InstableSprayDungeonSettleInfo.proto";
|
||||
import "ParamList.proto";
|
||||
import "RoguelikeDungeonSettleInfo.proto";
|
||||
import "StrengthenPointData.proto";
|
||||
@@ -33,30 +33,35 @@ import "WindFieldDungeonSettleInfo.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 999
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message DungeonSettleNotify {
|
||||
uint32 result = 10;
|
||||
uint32 dungeon_id = 13;
|
||||
map<uint32, StrengthenPointData> strengthen_point_data_map = 14;
|
||||
repeated DungeonSettleExhibitionInfo exhibition_info_list = 8;
|
||||
uint32 create_player_uid = 12;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 957;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
map<uint32, ParamList> settle_show = 6;
|
||||
map<uint32, StrengthenPointData> strengthen_point_data_map = 7;
|
||||
repeated DungeonSettleExhibitionInfo exhibition_info_list = 12;
|
||||
uint32 use_time = 14;
|
||||
bool is_success = 10;
|
||||
uint32 close_time = 15;
|
||||
uint32 dungeon_id = 9;
|
||||
uint32 result = 5;
|
||||
repeated uint32 fail_cond_list = 11;
|
||||
uint32 use_time = 1;
|
||||
uint32 close_time = 4;
|
||||
bool is_success = 7;
|
||||
map<uint32, ParamList> settle_show = 5;
|
||||
uint32 create_player_uid = 2;
|
||||
oneof detail {
|
||||
TowerLevelEndNotify tower_level_end_notify = 351;
|
||||
TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 635;
|
||||
ChannelerSlabLoopDungeonResultInfo channeler_slab_loop_dungeon_result_info = 686;
|
||||
EffigyChallengeDungeonResultInfo effigy_challenge_dungeon_result_info = 328;
|
||||
RoguelikeDungeonSettleInfo roguelike_dungeon_settle_info = 1482;
|
||||
CrystalLinkSettleInfo crystal_link_settle_info = 112;
|
||||
SummerTimeV2DungeonSettleInfo summer_time_v2_dungeon_settle_info = 1882;
|
||||
InstableSpraySettleInfo instable_spray_settle_info = 193;
|
||||
WindFieldDungeonSettleInfo wind_field_dungeon_settle_info = 1825;
|
||||
EffigyChallengeV2SettleInfo effigy_challenge_v2_settle_info = 1802;
|
||||
TowerLevelEndNotify tower_level_end_notify = 1089;
|
||||
TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 1117;
|
||||
ChannelerSlabLoopDungeonResultInfo channeller_slab_loop_dungeon_result_info = 1394;
|
||||
EffigyChallengeDungeonResultInfo effigy_challenge_dungeon_result_info = 254;
|
||||
RoguelikeDungeonSettleInfo roguelike_dungeon_settle_info = 1888;
|
||||
CrystalLinkDungeonSettleInfo crystal_link_settle_info = 1840;
|
||||
SummerTimeV2DungeonSettleInfo summer_time_v2_dungeon_settle_info = 285;
|
||||
InstableSprayDungeonSettleInfo instable_spray_settle_info = 1794;
|
||||
WindFieldDungeonSettleInfo wind_field_dungeon_settle_info = 1522;
|
||||
EffigyChallengeV2SettleInfo effigy_challenge_v2_settle_info = 1913;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user