16 lines
350 B
Protocol Buffer
16 lines
350 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: HIMLJEHFCOM
|
|
// CmdId: 8364
|
|
message ChannellerSlabLoopDungeonChallengeInfoNotify {
|
|
repeated uint32 scheme_buff_id_list = 13;
|
|
uint32 dungeon_index = 4;
|
|
repeated uint32 condition_id_list = 15;
|
|
uint32 difficulty_id = 9;
|
|
uint32 challenge_score = 10;
|
|
}
|
|
|