aboutsummaryrefslogtreecommitdiff
path: root/PropRequestCommand.proto
blob: 040bf4d587cc2c828f8cda5dc9d2e9ac9f372cc9 (plain) (blame)
1
2
3
4
5
6
7
syntax = "proto3";

package whirl;

message PropRequestCommand {
  repeated int32 variable_ids = 1;
}