GC-Proto/proto/WeatherInfo.proto
2023-01-29 14:46:19 +08:00

6 lines
121 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message WeatherInfo {
uint32 weatherAreaId = 1;
}