GC-Proto/proto/GetDungeonEntryExploreConditionRsp.proto
2023-02-28 09:12:44 +08:00

14 lines
258 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "DungeonEntryCond.proto";
// Name: AAPDEPBPHIL
// CmdId: 3413
message GetDungeonEntryExploreConditionRsp {
DungeonEntryCond dungeon_entry_cond = 3;
int32 retcode = 8;
}