aboutsummaryrefslogtreecommitdiff
path: root/FingerReplyCmd.proto
blob: 2ad70cae1a0a6085192ebfb1be055f2248c735df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";

package whirl;

import "PropertyList.proto";

message FingerReplyCmd {
  string user = 1;
  PropertyList property_list = 2;
}