syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; message SceneAreaWeatherNotify { uint32 weatherGadgetId = 1; map weatherValueMap = 2; uint32 weatherAreaId = 3; uint32 climateType = 4; float transDuration = 5; }