6 lines
60 B
Protocol Buffer
6 lines
60 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message Material {
|
||
|
uint32 count = 1;
|
||
|
}
|