GC-Proto/proto/MapLayerInfo.proto

9 lines
267 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-05-23 21:57:06 +03:00
2024-06-23 20:46:20 +03:00
// 4.7.0
2023-08-24 01:25:36 +03:00
message MapLayerInfo {
2024-06-23 20:46:20 +03:00
repeated uint32 unlocked_map_layer_id_list = 13;
repeated uint32 unlocked_map_layer_floor_id_list = 4;
repeated uint32 unlocked_map_layer_group_id_list = 3;
2024-05-23 21:57:06 +03:00
}