mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
16 lines
349 B
Protocol Buffer
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;
|
|
}
|
|
|