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