iw4x-client/src/Proto/party.proto

10 lines
108 B
Protocol Buffer
Raw Normal View History

2016-04-13 14:57:44 -04:00
syntax = "proto3";
package Proto.Party;
message Playlist
{
uint32 hash = 1;
bytes buffer = 2;
}