iw4x-client/src/Proto/party.proto
2016-04-13 20:57:44 +02:00

10 lines
108 B
Protocol Buffer

syntax = "proto3";
package Proto.Party;
message Playlist
{
uint32 hash = 1;
bytes buffer = 2;
}