GC-Proto/proto/ChannellerSlabLoopDungeonChallengeInfoNotify.proto
2023-04-11 11:14:48 +08:00

16 lines
349 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 8684
// Name: MFNPMJKAMNM
message ChannellerSlabLoopDungeonChallengeInfoNotify {
uint32 dungeon_index = 2;
uint32 difficulty_id = 11;
repeated uint32 scheme_buff_id_list = 13;
uint32 challenge_score = 1;
repeated uint32 condition_id_list = 4;
}