6 lines
124 B
Protocol Buffer
6 lines
124 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
option csharp_namespace = "FurinaImpact.Protocol";
|
||
|
message WeatherInfo {
|
||
|
uint32 weather_area_id = 1;
|
||
|
}
|