16 lines
317 B
Protocol Buffer
16 lines
317 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 249
|
|
// Name: BGJJBDDEOHG
|
|
message SceneAreaWeatherNotify {
|
|
float trans_duration = 3;
|
|
map<uint32, string> weather_value_map = 13;
|
|
uint32 weather_area_id = 5;
|
|
uint32 climate_type = 2;
|
|
uint32 weather_gadget_id = 6;
|
|
}
|
|
|