10 lines
108 B
Protocol Buffer
10 lines
108 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package Proto.Party;
|
|
|
|
message Playlist
|
|
{
|
|
uint32 hash = 1;
|
|
bytes buffer = 2;
|
|
}
|