GC-Proto/proto/WeatherInfo.proto

7 lines
143 B
Protocol Buffer
Raw Permalink Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-08-17 14:18:58 +03:00
// Obf: OGJENPCDJEN
2023-01-29 09:46:19 +03:00
message WeatherInfo {
2023-05-23 13:12:42 +03:00
uint32 weather_area_id = 1;
2023-01-28 17:00:48 +03:00
}