2023-10-17 11:15:19 +03:00
|
|
|
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
|
2023-10-17 11:15:19 +03:00
|
|
|
message GetDungeonEntryExploreConditionRsp {
|
2024-08-17 09:18:18 +03:00
|
|
|
DungeonEntryCond dungeon_entry_cond = 3;
|
|
|
|
int32 retcode = 2;
|
2023-10-17 11:15:19 +03:00
|
|
|
}
|