GC-Proto/proto/GetDungeonEntryExploreConditionRsp.proto
2023-04-11 11:14:48 +08:00

14 lines
260 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "DungeonEntryCond.proto";
// CmdId: 3261
// Name: BOIJKMNMIEH
message GetDungeonEntryExploreConditionRsp {
DungeonEntryCond dungeon_entry_cond = 13;
int32 retcode = 14;
}