GC-Proto/proto/SceneWeatherForcastRsp.proto
2023-02-28 09:12:44 +08:00

14 lines
249 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: FIKFNEBEPOB
// CmdId: 3257
message SceneWeatherForcastRsp {
int32 retcode = 6;
repeated uint32 forcast_climate_list = 15;
uint64 next_climate_time = 1;
}