mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,7 +22,7 @@ import "ChessEntranceDetailInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message ChessMysteryInfo {
|
||||
map<uint32, uint32> entrance_point_map = 13;
|
||||
repeated uint32 exit_point_id_list = 3;
|
||||
map<uint32, ChessEntranceDetailInfo> detail_info_map = 5;
|
||||
repeated uint32 exit_point_id_list = 15;
|
||||
map<uint32, uint32> entrance_point_map = 10;
|
||||
map<uint32, ChessEntranceDetailInfo> detail_info_map = 8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user