sync 4.0 v1 (66b3744)

This commit is contained in:
Yuuki
2023-08-22 23:08:50 +08:00
parent 7bea581783
commit d6df3f33c4
4073 changed files with 49534 additions and 43214 deletions

View File

@@ -16,13 +16,13 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ChannellerSlabBuffInfo.proto";
import "ChannelerSlabChallengeStage.proto";
import "ChannellerSlabBuffInfo.proto";
import "ChannellerSlabLoopDungeonStageInfo.proto";
// Obf: LMHEEEOPMJJ
// Obf: IEHAEJGOPJC
message ChannelerSlabActivityDetailInfo {
uint32 play_end_time = 9;
ChannellerSlabBuffInfo buff_info = 1;
repeated ChannelerSlabChallengeStage stage_list = 7;
ChannellerSlabLoopDungeonStageInfo loop_dungeon_stage_info = 4;
repeated ChannelerSlabChallengeStage stage_list = 1;
ChannellerSlabBuffInfo buff_info = 14;
uint32 play_end_time = 15;
ChannellerSlabLoopDungeonStageInfo loop_dungeon_stage_info = 5;
}