GC-Proto/proto/SceneAreaWeatherNotify.proto

13 lines
320 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-08-28 12:09:22 +03:00
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-08-28 12:09:22 +03:00
// Version: 5.0
// CmdId: 21395
2024-05-22 14:51:09 +03:00
2024-08-28 12:09:22 +03:00
message SceneAreaWeatherNotify {
float trans_duration = 4;
map<uint32, string> weather_value_map = 8;
uint32 weather_area_id = 12;
uint32 climate_type = 13;
uint32 weather_gadget_id = 14;
}