GC-Proto/proto/GetDungeonEntryExploreCondi...

9 lines
216 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "DungeonEntryCond.proto";
2024-04-23 17:44:53 +03:00
message GetDungeonEntryExploreConditionRsp {
2024-04-23 17:44:53 +03:00
DungeonEntryCond dungeon_entry_cond = 4;
int32 retcode = 12;
}