Grasscutter/proto/SceneAreaWeatherNotify.proto

12 lines
256 B
Protocol Buffer
Raw Normal View History

2022-04-17 12:43:07 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message SceneAreaWeatherNotify {
uint32 weatherGadgetId = 1;
map<uint32, string> weatherValueMap = 2;
uint32 weatherAreaId = 3;
uint32 climateType = 4;
float transDuration = 5;
}