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

package whirl;

import "PropertyList.proto";

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