mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
14 lines
334 B
Protocol Buffer
14 lines
334 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "IrodoriChessEntranceDetailInfo.proto";
|
|
|
|
// Name: PJGLAMKGLIE
|
|
message IrodoriChessMysteryInfo {
|
|
IrodoriChessEntranceDetailInfo entrance_detail_info = 14;
|
|
repeated uint32 exit_point_id_list = 10;
|
|
repeated uint32 entrance_point_id_list = 13;
|
|
}
|
|
|