GC-Proto/proto/WeatherInfo.proto

11 lines
151 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
2023-01-28 17:00:48 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-04-11 11:18:47 +03:00
// Name: BPMBJDCDKEL
2023-01-29 09:46:19 +03:00
message WeatherInfo {
2023-02-28 06:08:38 +03:00
uint32 weather_area_id = 1;
2023-01-28 17:00:48 +03:00
}
2023-02-28 06:08:38 +03:00