GC-Proto/proto/ChannellerSlabLoopDungeonSe...

15 lines
292 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: HAIKBGENEOP
// CmdId: 8794
message ChannellerSlabLoopDungeonSelectConditionRsp {
int32 retcode = 6;
uint32 dungeon_index = 4;
uint32 difficulty_id = 5;
repeated uint32 condition_id_list = 9;
}