GC-Proto/proto/SceneDataNotify.proto

16 lines
357 B
Protocol Buffer
Raw Normal View History

2024-08-17 09:18:18 +03:00
syntax = "proto3";
2024-08-28 06:45:34 +03:00
2024-08-17 09:18:18 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-08-28 06:45:34 +03:00
// Version: 5.0
// CmdID: 23046
2024-08-17 09:18:18 +03:00
import "MapLayerInfo.proto";
2024-08-28 06:45:34 +03:00
//import "CGMAOKBGOHO.proto";
2024-08-17 09:18:18 +03:00
message SceneDataNotify {
2024-08-28 06:45:34 +03:00
repeated uint32 scene_tag_id_list = 5;
repeated string level_config_name_list = 9;
MapLayerInfo map_layer_info = 10;
//CGMAOKBGOHO DFNDKDAFEJO = 15;
}