GC-Proto/proto/SceneAreaWeatherNotify.proto

16 lines
319 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: MFGPHIICDHA
// CmdId: 297
message SceneAreaWeatherNotify {
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;
}