GC-Proto/proto/SceneAreaWeatherNotify.proto

16 lines
319 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-02-28 06:08:38 +03:00
// Name: MFGPHIICDHA
// CmdId: 297
2022-11-06 15:30:21 +03:00
message SceneAreaWeatherNotify {
2023-02-28 06:08:38 +03:00
map<uint32, string> weather_value_map = 10;
uint32 climate_type = 7;
float trans_duration = 1;
uint32 weather_area_id = 15;
uint32 weather_gadget_id = 13;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00