GC-Proto/proto/GetDungeonEntryExploreCondi...

11 lines
254 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "DungeonEntryCond.proto";
2024-08-17 09:18:18 +03:00
// 4.7.0
// CmdId: 26570
// OECPJMAIIEA
message GetDungeonEntryExploreConditionRsp {
2024-08-17 09:18:18 +03:00
DungeonEntryCond dungeon_entry_cond = 3;
int32 retcode = 2;
}