GC-Proto/proto/MapLayerInfo.proto

11 lines
282 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2024-08-28 06:45:34 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-08-28 06:45:34 +03:00
// Version: 5.0
2024-05-23 21:57:06 +03:00
2023-08-24 01:25:36 +03:00
message MapLayerInfo {
2024-08-28 06:45:34 +03:00
repeated uint32 unlocked_map_layer_id_list = 2;
repeated uint32 unlocked_map_layer_floor_id_list = 3;
repeated uint32 unlocked_map_layer_group_id_list = 12;
}