5 lines
62 B
Protocol Buffer
5 lines
62 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message Furniture {
|
|
uint32 count = 1;
|
|
}
|