6 lines
116 B
Protocol Buffer
6 lines
116 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message EntityEnvironmentInfo {
|
|
uint32 climate_area_id = 2;
|
|
uint32 json_climate_type = 1;
|
|
}
|