完善了protobuf协议文件

This commit is contained in:
huangxiaolei
2022-12-09 20:34:05 +08:00
parent 5e8d457344
commit 50de81588b
3148 changed files with 1314 additions and 584389 deletions

View File

@@ -17,11 +17,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";
@@ -53,9 +53,9 @@ message DungeonSettleNotify {
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;
CrystalLinkDungeonSettleInfo crystal_link_settle_info = 112;
SummerTimeV2DungeonSettleInfo summer_time_v2_dungeon_settle_info = 1882;
InstableSpraySettleInfo instable_spray_settle_info = 193;
InstableSprayDungeonSettleInfo instable_spray_settle_info = 193;
WindFieldDungeonSettleInfo wind_field_dungeon_settle_info = 1825;
EffigyChallengeV2SettleInfo effigy_challenge_v2_settle_info = 1802;
}