1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-03-14 14:14:36 +03:00
GC-Proto/proto/ChannellerSlabLoopDungeonSelectConditionRsp.proto

21 lines
367 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ChannellerSlabLoopDungeonSelectConditionRsp {
enum JGJNDJHFDMC {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 8943;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
int32 retcode = 5;
repeated uint32 conditionIdList = 10;
uint32 dungeonIndex = 15;
uint32 difficultyId = 6;
}