GC-Proto/proto/SceneAreaWeatherNotify.proto

12 lines
289 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-05-22 14:51:09 +03:00
// 4.6.0
// CmdId: 6238
2022-11-06 15:30:21 +03:00
message SceneAreaWeatherNotify {
2024-05-22 14:51:09 +03:00
uint32 weather_gadget_id = 2;
2023-08-17 14:18:58 +03:00
float trans_duration = 8;
2024-05-22 14:51:09 +03:00
map<uint32, string> weather_value_map = 10;
uint32 weather_area_id = 14;
uint32 climate_type = 15;
}