toplist.proto 74 B

123456
  1. syntax = "proto2";
  2. message Toplist {
  3. repeated string items = 0x1;
  4. }